Searched refs:X86_TRAP_AC (Results 1 – 7 of 7) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | trapnr.h | 36 #define X86_TRAP_AC 17 /* Alignment Check */ macro
|
H A D | idtentry.h | 618 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_AC, exc_alignment_check);
|
/linux/arch/x86/kernel/ |
H A D | idt.c | 97 INTG(X86_TRAP_AC, asm_exc_alignment_check),
|
H A D | traps.c | 347 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE() 358 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE()
|
/linux/arch/x86/entry/ |
H A D | entry_fred.c | 198 case X86_TRAP_AC: return exc_alignment_check(regs, error_code); in fred_hwexc()
|
/linux/arch/x86/coco/sev/ |
H A D | core.c | 606 case X86_TRAP_AC: in vc_forward_exception() 1933 ctxt->fi.vector = X86_TRAP_AC; in vc_handle_trap_ac() 1954 case SVM_EXIT_EXCP_BASE + X86_TRAP_AC: in vc_handle_exitcode()
|
/linux/arch/x86/kernel/cpu/ |
H A D | intel.c | 1141 current->thread.trap_nr = X86_TRAP_AC; in handle_guest_split_lock()
|