Home
last modified time | relevance | path

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

/linux/kernel/
A Dcfi.c43 struct cfi_shadow { struct
66 static struct cfi_shadow __rcu *cfi_shadow __read_mostly;
86 static inline unsigned long shadow_to_ptr(const struct cfi_shadow *s, in shadow_to_ptr()
109 static void prepare_next_shadow(const struct cfi_shadow __rcu *prev, in prepare_next_shadow()
110 struct cfi_shadow *next) in prepare_next_shadow()
185 typedef void (*update_shadow_fn)(struct cfi_shadow *, struct module *,
191 struct cfi_shadow *prev; in update_shadow()
192 struct cfi_shadow *next; in update_shadow()
198 prev = rcu_dereference_protected(cfi_shadow, in update_shadow()
212 rcu_assign_pointer(cfi_shadow, next); in update_shadow()
[all …]

Completed in 4 milliseconds