Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/mm/
Dextable_64.c45 search_extable(const struct exception_table_entry *first, in search_extable() function
/linux-4.4.14/lib/
Dextable.c72 search_extable(const struct exception_table_entry *first, in search_extable() function
/linux-4.4.14/kernel/
Dextable.c55 e = search_extable(__start___ex_table, __stop___ex_table-1, addr); in search_exception_tables()
Dmodule.c4002 e = search_extable(mod->extable, in search_module_extables()
/linux-4.4.14/arch/sparc/mm/
Dextable.c15 search_extable(const struct exception_table_entry *start, in search_extable() function
/linux-4.4.14/arch/s390/mm/
Dextable.c13 search_extable(const struct exception_table_entry *first, in search_extable() function
/linux-4.4.14/arch/alpha/mm/
Dextable.c73 search_extable(const struct exception_table_entry *first, in search_extable() function
/linux-4.4.14/arch/ia64/mm/
Dextable.c83 search_extable (const struct exception_table_entry *first, in search_extable() function
/linux-4.4.14/arch/x86/mm/
Dextable.c82 search_extable(const struct exception_table_entry *first, in search_extable() function
/linux-4.4.14/arch/mips/kernel/
Dmodule.c258 e = search_extable(dbe->dbe_start, dbe->dbe_end - 1, addr); in search_module_dbetables()
Dtraps.c425 e = search_extable(__start___dbe_table, __stop___dbe_table - 1, addr); in search_dbe_tables()
/linux-4.4.14/include/linux/
Dmodule.h162 search_extable(const struct exception_table_entry *first,