Searched refs:X86_TRAP_CP (Results 1 – 5 of 5) sorted by relevance
40 #define X86_TRAP_CP 21 /* Control Protection Exception */ macro
675 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_CP, exc_control_protection);
64 tsk->thread.trap_nr = X86_TRAP_CP; in do_user_cp_fault()
112 INTG(X86_TRAP_CP, asm_exc_control_protection),
208 case X86_TRAP_CP: return exc_control_protection(regs, error_code); in fred_hwexc()