Searched refs:X86_TRAP_CP (Results 1 – 2 of 2) sorted by relevance
40 #define X86_TRAP_CP 21 /* Control Protection Exception */ macro
218 case X86_TRAP_CP: return exc_control_protection(regs, error_code); in fred_hwexc()