Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dextable.h35 extern bool ex_has_fault_handler(unsigned long ip);
/arch/x86/mm/
Dextable.c140 __visible bool ex_has_fault_handler(unsigned long ip) in ex_has_fault_handler() function
/arch/x86/kernel/cpu/mce/
Dseverity.c234 if (mc_recoverable(m->mcgstatus) && ex_has_fault_handler(m->ip)) in error_context()