Lines Matching refs:jump_entry
104 struct jump_entry *entries;
122 struct jump_entry { struct
128 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument
133 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
138 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
147 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
152 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
157 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
164 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
169 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
174 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init()
182 static inline int jump_entry_size(struct jump_entry *entry) in jump_entry_size()
220 extern struct jump_entry __start___jump_table[];
221 extern struct jump_entry __stop___jump_table[];
226 extern void arch_jump_label_transform(struct jump_entry *entry,
228 extern void arch_jump_label_transform_static(struct jump_entry *entry,
230 extern bool arch_jump_label_transform_queue(struct jump_entry *entry,