Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dextable.c47 struct exception_table_entry *search_kernel_exception_table(unsigned long addr) in search_kernel_exception_table() function
58 e = search_kernel_exception_table(addr); in search_exception_tables()
/openbmc/linux/include/linux/
H A Dextable.h23 search_kernel_exception_table(unsigned long addr);
/openbmc/linux/arch/powerpc/kernel/
H A Dmce.c273 entry = search_kernel_exception_table(regs->nip); in mce_common_process_ue()