Searched refs:cfi_shadow (Results 1 – 1 of 1) sorted by relevance
51 struct cfi_shadow { struct59 static struct cfi_shadow __rcu *cfi_shadow __read_mostly; argument61 static inline int ptr_to_shadow(const struct cfi_shadow *s, unsigned long ptr) in ptr_to_shadow()77 static inline unsigned long shadow_to_ptr(const struct cfi_shadow *s, in shadow_to_ptr()89 static inline unsigned long shadow_to_page(const struct cfi_shadow *s, in shadow_to_page()98 static void prepare_next_shadow(const struct cfi_shadow __rcu *prev, in prepare_next_shadow()99 struct cfi_shadow *next) in prepare_next_shadow()133 static void add_module_to_shadow(struct cfi_shadow *s, struct module *mod) in add_module_to_shadow()164 static void remove_module_from_shadow(struct cfi_shadow *s, struct module *mod) in remove_module_from_shadow()183 typedef void (*update_shadow_fn)(struct cfi_shadow *, struct module *);[all …]