Searched refs:X86_TRAP_AC (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | trapnr.h | 24 #define X86_TRAP_AC 17 /* Alignment Check */ macro
|
A D | idtentry.h | 563 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_AC, exc_alignment_check);
|
/linux/arch/x86/kernel/ |
A D | traps.c | 297 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE() 308 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE()
|
A D | idt.c | 92 INTG(X86_TRAP_AC, asm_exc_alignment_check),
|
A D | sev.c | 1219 ctxt->fi.vector = X86_TRAP_AC; in vc_handle_trap_ac() 1237 case SVM_EXIT_EXCP_BASE + X86_TRAP_AC: in vc_handle_exitcode() 1303 case X86_TRAP_AC: in vc_forward_exception()
|
/linux/arch/x86/kernel/cpu/ |
A D | intel.c | 1145 current->thread.trap_nr = X86_TRAP_AC; in handle_guest_split_lock()
|
Completed in 13 milliseconds