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

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

Completed in 125 milliseconds