Searched refs:search_extable (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | extable.h | 12 search_extable(const struct exception_table_entry *base,
|
| /linux-6.15/kernel/ |
| H A D | extable.c | 49 return search_extable(__start___ex_table, in search_kernel_exception_table()
|
| /linux-6.15/lib/ |
| H A D | extable.c | 112 search_extable(const struct exception_table_entry *base, in search_extable() function
|
| /linux-6.15/arch/s390/mm/ |
| H A D | extable.c | 21 return search_extable(__start_amode31_ex_table, num, addr); in s390_search_extables()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | module.c | 401 e = search_extable(dbe->dbe_start, in search_module_dbetables()
|
| H A D | traps.c | 442 e = search_extable(__start___dbe_table, in search_dbe_tables()
|
| /linux-6.15/kernel/module/ |
| H A D | main.c | 3687 return search_extable(mod->extable, mod->num_exentries, addr); in search_module_extables()
|
| /linux-6.15/kernel/bpf/ |
| H A D | core.c | 800 e = search_extable(prog->aux->extable, prog->aux->num_exentries, addr); in search_bpf_extables()
|