Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
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
/Linux-v5.15/kernel/
Dextable.c59 e = search_module_extables(addr); in search_exception_tables()
Dmodule.c4633 const struct exception_table_entry *search_module_extables(unsigned long addr) in search_module_extables() function