Home
last modified time | relevance | path

Searched refs:jump_entries (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/kernel/
Djump_label.c589 ret = __jump_label_text_reserved(mod->jump_entries, in __jump_label_mod_text_reserved()
590 mod->jump_entries + mod->num_jump_entries, in __jump_label_mod_text_reserved()
617 stop = m->jump_entries + m->num_jump_entries; in __jump_label_mod_update()
625 struct jump_entry *iter_start = mod->jump_entries; in jump_label_add_module()
687 struct jump_entry *iter_start = mod->jump_entries; in jump_label_del_module()
821 stop = mod->jump_entries + mod->num_jump_entries; in jump_label_update()
/linux-6.6.21/arch/mips/kernel/
Djump_label.c95 struct jump_entry *iter_start = mod->jump_entries; in jump_label_apply_nops()
/linux-6.6.21/include/linux/
Dmodule.h515 struct jump_entry *jump_entries; member
/linux-6.6.21/kernel/module/
Dmain.c2153 mod->jump_entries = section_objs(info, "__jump_table", in find_module_sections()
2154 sizeof(*mod->jump_entries), in find_module_sections()