Home
last modified time | relevance | path

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

/xen/xen/arch/x86/
A Dtraps.c1287 enum pf_type { enum
1294 static enum pf_type __page_fault_type(unsigned long addr, in __page_fault_type()
1397 static enum pf_type spurious_page_fault(unsigned long addr, in spurious_page_fault()
1401 enum pf_type pf_type; in spurious_page_fault() local
1408 pf_type = __page_fault_type(addr, regs); in spurious_page_fault()
1411 return pf_type; in spurious_page_fault()
1513 enum pf_type pf_type = spurious_page_fault(addr, regs); in do_page_fault() local
1515 if ( (pf_type == smep_fault) || (pf_type == smap_fault) ) in do_page_fault()
1519 (pf_type == smep_fault) ? 'E' : 'A'); in do_page_fault()
1523 if ( pf_type != real_fault ) in do_page_fault()

Completed in 7 milliseconds