X86_TRAP_CP
case X86_TRAP_CP: return exc_control_protection(regs, error_code);
DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_CP, exc_control_protection);
tsk->thread.trap_nr = X86_TRAP_CP;
INTG(X86_TRAP_CP, asm_exc_control_protection),