Searched refs:X86_TRAP_AC (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | trapnr.h | 24 #define X86_TRAP_AC 17 /* Alignment Check */ macro
|
H A D | idtentry.h | 603 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_AC, exc_alignment_check);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | idt.c | 96 INTG(X86_TRAP_AC, asm_exc_alignment_check),
|
H A D | traps.c | 345 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 D | sev.c | 1734 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 D | intel.c | 1220 current->thread.trap_nr = X86_TRAP_AC; in handle_guest_split_lock()
|