Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dextable.h12 search_extable(const struct exception_table_entry *base,
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dextable.c17 search_extable(const struct exception_table_entry *base, in search_extable() function
/OK3568_Linux_fs/kernel/kernel/
H A Dextable.c48 return search_extable(__start___ex_table, in search_kernel_exception_table()
H A Dmodule.c4670 e = search_extable(mod->extable, in search_module_extables()
/OK3568_Linux_fs/kernel/lib/
H A Dextable.c116 search_extable(const struct exception_table_entry *base, in search_extable() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dmodule.c416 e = search_extable(dbe->dbe_start, in search_module_dbetables()
H A Dtraps.c431 e = search_extable(__start___dbe_table, in search_dbe_tables()
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dfault.c244 fixup = search_extable(__start_dma_ex_table, in s390_search_extables()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcore.c743 e = search_extable(prog->aux->extable, prog->aux->num_exentries, addr); in search_bpf_extables()