Searched refs:jump_entry (Results 1 – 2 of 2) sorted by relevance
104 struct jump_entry *entries;118 struct jump_entry { struct124 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code() argument160 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,[all …]
509 struct jump_entry *jump_entries;
Completed in 7 milliseconds