Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/mips/kernel/
H A Dmodule.c404 const struct exception_table_entry *search_module_dbetables(unsigned long addr) in search_module_dbetables() function
H A Dtraps.c443 e = search_module_dbetables(addr); in search_dbe_tables()