Home
last modified time | relevance | path

Searched refs:search_extable (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/include/linux/
Dextable.h12 search_extable(const struct exception_table_entry *base,
/linux-6.1.9/kernel/
Dextable.c49 return search_extable(__start___ex_table, in search_kernel_exception_table()
/linux-6.1.9/arch/s390/mm/
Dextable.c20 return search_extable(__start_amode31_ex_table, num, addr); in s390_search_extables()
/linux-6.1.9/lib/
Dextable.c112 search_extable(const struct exception_table_entry *base, in search_extable() function
/linux-6.1.9/arch/mips/kernel/
Dmodule.c412 e = search_extable(dbe->dbe_start, in search_module_dbetables()
Dtraps.c440 e = search_extable(__start___dbe_table, in search_dbe_tables()
/linux-6.1.9/kernel/module/
Dmain.c3014 e = search_extable(mod->extable, in search_module_extables()
/linux-6.1.9/kernel/bpf/
Dcore.c741 e = search_extable(prog->aux->extable, prog->aux->num_exentries, addr); in search_bpf_extables()