Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtrapnr.h40 #define X86_TRAP_CP 21 /* Control Protection Exception */ macro
/linux/arch/x86/kernel/
H A Didt.c112 INTG(X86_TRAP_CP, asm_exc_control_protection),
/linux/arch/x86/entry/
H A Dentry_fred.c218 case X86_TRAP_CP: return exc_control_protection(regs, error_code); in fred_hwexc()