Searched refs:X86_TRAP_AC (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtrapnr.h36 #define X86_TRAP_AC 17 /* Alignment Check */ macro
H A Didtentry.h618 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_AC, exc_alignment_check);
/linux-master/arch/x86/kernel/
H A Didt.c97 INTG(X86_TRAP_AC, asm_exc_alignment_check),
H A Dtraps.c298 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP)
309 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs,
H A Dsev.c1753 ctxt->fi.vector = X86_TRAP_AC;
1774 case SVM_EXIT_EXCP_BASE + X86_TRAP_AC:
1840 case X86_TRAP_AC:
/linux-master/arch/x86/entry/
H A Dentry_fred.c196 case X86_TRAP_AC: return exc_alignment_check(regs, error_code);
/linux-master/arch/x86/kernel/cpu/
H A Dintel.c1185 current->thread.trap_nr = X86_TRAP_AC;

Completed in 129 milliseconds