Searched refs:search_extable (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/arch/sh/mm/ |
D | extable_64.c | 45 search_extable(const struct exception_table_entry *first, in search_extable() function
|
/linux-4.4.14/lib/ |
D | extable.c | 72 search_extable(const struct exception_table_entry *first, in search_extable() function
|
/linux-4.4.14/kernel/ |
D | extable.c | 55 e = search_extable(__start___ex_table, __stop___ex_table-1, addr); in search_exception_tables()
|
D | module.c | 4002 e = search_extable(mod->extable, in search_module_extables()
|
/linux-4.4.14/arch/sparc/mm/ |
D | extable.c | 15 search_extable(const struct exception_table_entry *start, in search_extable() function
|
/linux-4.4.14/arch/s390/mm/ |
D | extable.c | 13 search_extable(const struct exception_table_entry *first, in search_extable() function
|
/linux-4.4.14/arch/alpha/mm/ |
D | extable.c | 73 search_extable(const struct exception_table_entry *first, in search_extable() function
|
/linux-4.4.14/arch/ia64/mm/ |
D | extable.c | 83 search_extable (const struct exception_table_entry *first, in search_extable() function
|
/linux-4.4.14/arch/x86/mm/ |
D | extable.c | 82 search_extable(const struct exception_table_entry *first, in search_extable() function
|
/linux-4.4.14/arch/mips/kernel/ |
D | module.c | 258 e = search_extable(dbe->dbe_start, dbe->dbe_end - 1, addr); in search_module_dbetables()
|
D | traps.c | 425 e = search_extable(__start___dbe_table, __stop___dbe_table - 1, addr); in search_dbe_tables()
|
/linux-4.4.14/include/linux/ |
D | module.h | 162 search_extable(const struct exception_table_entry *first,
|