Home
last modified time | relevance | path

Searched refs:X86_TRAP_AC (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h24 #define X86_TRAP_AC 17 /* Alignment Check */ macro
H A Didtentry.h603 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_AC, exc_alignment_check);
/openbmc/linux/arch/x86/kernel/
H A Didt.c96 INTG(X86_TRAP_AC, asm_exc_alignment_check),
H A Dtraps.c345 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
356 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE()
H A Dsev.c1734 ctxt->fi.vector = X86_TRAP_AC; in vc_handle_trap_ac()
1752 case SVM_EXIT_EXCP_BASE + X86_TRAP_AC: in vc_handle_exitcode()
1818 case X86_TRAP_AC: in vc_forward_exception()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dintel.c1220 current->thread.trap_nr = X86_TRAP_AC; in handle_guest_split_lock()