Home
last modified time | relevance | path

Searched refs:search_module_extables (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dextable.h27 const struct exception_table_entry *search_module_extables(unsigned long addr);
30 search_module_extables(unsigned long addr) in search_module_extables() function
/openbmc/linux/kernel/
H A Dextable.c60 e = search_module_extables(addr); in search_exception_tables()
/openbmc/linux/kernel/module/
H A Dmain.c3247 const struct exception_table_entry *search_module_extables(unsigned long addr) in search_module_extables() function