Home
last modified time | relevance | path

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

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