Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dmodule.h76 const struct exception_table_entry*search_module_dbetables(unsigned long addr);
80 search_module_dbetables(unsigned long addr) in search_module_dbetables() function
/linux/arch/mips/kernel/
H A Dmodule.c393 const struct exception_table_entry *search_module_dbetables(unsigned long addr) in search_module_dbetables() function
H A Dtraps.c445 e = search_module_dbetables(addr); in search_dbe_tables()