Home
last modified time | relevance | path

Searched refs:cfi_shadow (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dcfi.c43 struct cfi_shadow { struct
56 /* The in-memory size of struct cfi_shadow, always at least one page */
62 #define SHADOW_ARR_SIZE (SHADOW_SIZE - offsetof(struct cfi_shadow, shadow))
66 static struct cfi_shadow __rcu *cfi_shadow __read_mostly;
69 static inline int ptr_to_shadow(const struct cfi_shadow *s, unsigned long ptr) in ptr_to_shadow()
86 static inline unsigned long shadow_to_ptr(const struct cfi_shadow *s, in shadow_to_ptr()
96 static inline unsigned long shadow_to_check_fn(const struct cfi_shadow *s, in shadow_to_check_fn()
109 static void prepare_next_shadow(const struct cfi_shadow __rcu *prev, in prepare_next_shadow()
110 struct cfi_shadow *nex in prepare_next_shadow()
[all...]

Completed in 1 milliseconds