Lines Matching refs:jump_entry
103 struct jump_entry *entries;
117 struct jump_entry { struct
123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument
128 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
133 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
142 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
147 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
152 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
159 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
164 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
169 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init()
177 static inline int jump_entry_size(struct jump_entry *entry) in jump_entry_size()
215 extern struct jump_entry __start___jump_table[];
216 extern struct jump_entry __stop___jump_table[];
221 extern void arch_jump_label_transform(struct jump_entry *entry,
223 extern bool arch_jump_label_transform_queue(struct jump_entry *entry,
237 extern enum jump_label_type jump_label_init_type(struct jump_entry *entry);