Lines Matching refs:jump_entry
104 struct jump_entry *entries;
118 struct jump_entry { struct
124 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument
129 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
134 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
143 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
148 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
153 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
160 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
165 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
170 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init()
178 static inline int jump_entry_size(struct jump_entry *entry) in jump_entry_size()
216 extern struct jump_entry __start___jump_table[];
217 extern struct jump_entry __stop___jump_table[];
223 extern void arch_jump_label_transform(struct jump_entry *entry,
225 extern bool arch_jump_label_transform_queue(struct jump_entry *entry,
239 extern enum jump_label_type jump_label_init_type(struct jump_entry *entry);