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

/linux-master/include/linux/
H A Dextable.h12 search_extable(const struct exception_table_entry *base,
/linux-master/lib/
H A Dextable.c112 search_extable(const struct exception_table_entry *base, function
/linux-master/kernel/
H A Dextable.c49 return search_extable(__start___ex_table,
/linux-master/arch/s390/mm/
H A Dextable.c20 return search_extable(__start_amode31_ex_table, num, addr);
/linux-master/arch/mips/kernel/
H A Dmodule.c411 e = search_extable(dbe->dbe_start,
H A Dtraps.c441 e = search_extable(__start___dbe_table,
/linux-master/kernel/module/
H A Dmain.c3252 e = search_extable(mod->extable,
/linux-master/kernel/bpf/
H A Dcore.c795 e = search_extable(prog->aux->extable, prog->aux->num_exentries, addr);

Completed in 184 milliseconds