Lines Matching refs:jump_entry

37 	const struct jump_entry *jea = a;  in jump_label_cmp()
38 const struct jump_entry *jeb = b; in jump_label_cmp()
66 struct jump_entry *jea = a; in jump_label_swap()
67 struct jump_entry *jeb = b; in jump_label_swap()
68 struct jump_entry tmp = *jea; in jump_label_swap()
80 jump_label_sort_entries(struct jump_entry *start, struct jump_entry *stop) in jump_label_sort_entries()
89 / sizeof(struct jump_entry)); in jump_label_sort_entries()
90 sort(start, size, sizeof(struct jump_entry), jump_label_cmp, swapfn); in jump_label_sort_entries()
337 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict()
346 static int __jump_label_text_reserved(struct jump_entry *iter_start, in __jump_label_text_reserved()
347 struct jump_entry *iter_stop, void *start, void *end, bool init) in __jump_label_text_reserved()
349 struct jump_entry *iter; in __jump_label_text_reserved()
364 static void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
371 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
374 return (struct jump_entry *)(key->type & ~JUMP_TYPE_MASK); in static_key_entries()
407 struct jump_entry *entries) in static_key_set_entries()
417 static enum jump_label_type jump_label_type(struct jump_entry *entry) in jump_label_type()
427 static bool jump_label_can_update(struct jump_entry *entry, bool init) in jump_label_can_update()
455 struct jump_entry *entry, in __jump_label_update()
456 struct jump_entry *stop, in __jump_label_update()
466 struct jump_entry *entry, in __jump_label_update()
467 struct jump_entry *stop, in __jump_label_update()
489 struct jump_entry *iter_start = __start___jump_table; in jump_label_init()
490 struct jump_entry *iter_stop = __stop___jump_table; in jump_label_init()
492 struct jump_entry *iter; in jump_label_init()
535 enum jump_label_type jump_label_init_type(struct jump_entry *entry) in jump_label_init_type()
547 struct jump_entry *entries;
603 struct jump_entry *stop; in __jump_label_mod_update()
625 struct jump_entry *iter_start = mod->jump_entries; in jump_label_add_module()
626 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_add_module()
627 struct jump_entry *iter; in jump_label_add_module()
687 struct jump_entry *iter_start = mod->jump_entries; in jump_label_del_module()
688 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_del_module()
689 struct jump_entry *iter; in jump_label_del_module()
807 struct jump_entry *stop = __stop___jump_table; in jump_label_update()
809 struct jump_entry *entry; in jump_label_update()