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()
309 static int addr_conflict(struct jump_entry *entry, void *start, void *end) in addr_conflict()
318 static int __jump_label_text_reserved(struct jump_entry *iter_start, in __jump_label_text_reserved()
319 struct jump_entry *iter_stop, void *start, void *end) in __jump_label_text_reserved()
321 struct jump_entry *iter; in __jump_label_text_reserved()
339 void __weak __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
345 static inline struct jump_entry *static_key_entries(struct static_key *key) in static_key_entries()
348 return (struct jump_entry *)(key->type & ~JUMP_TYPE_MASK); in static_key_entries()
381 struct jump_entry *entries) in static_key_set_entries()
391 static enum jump_label_type jump_label_type(struct jump_entry *entry) in jump_label_type()
401 static bool jump_label_can_update(struct jump_entry *entry, bool init) in jump_label_can_update()
429 struct jump_entry *entry, in __jump_label_update()
430 struct jump_entry *stop, in __jump_label_update()
440 struct jump_entry *entry, in __jump_label_update()
441 struct jump_entry *stop, in __jump_label_update()
463 struct jump_entry *iter_start = __start___jump_table; in jump_label_init()
464 struct jump_entry *iter_stop = __stop___jump_table; in jump_label_init()
466 struct jump_entry *iter; in jump_label_init()
508 static enum jump_label_type jump_label_init_type(struct jump_entry *entry) in jump_label_init_type()
520 struct jump_entry *entries;
576 struct jump_entry *stop; in __jump_label_mod_update()
606 struct jump_entry *iter_start = mod->jump_entries; in jump_label_apply_nops()
607 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_apply_nops()
608 struct jump_entry *iter; in jump_label_apply_nops()
623 struct jump_entry *iter_start = mod->jump_entries; in jump_label_add_module()
624 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_add_module()
625 struct jump_entry *iter; in jump_label_add_module()
684 struct jump_entry *iter_start = mod->jump_entries; in jump_label_del_module()
685 struct jump_entry *iter_stop = iter_start + mod->num_jump_entries; in jump_label_del_module()
686 struct jump_entry *iter; in jump_label_del_module()
803 struct jump_entry *stop = __stop___jump_table; in jump_label_update()
805 struct jump_entry *entry; in jump_label_update()