Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dtrapnr.h24 #define X86_TRAP_AC 17 /* Alignment Check */ macro
A Didtentry.h565 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_AC, exc_alignment_check);
/linux-6.3-rc2/arch/x86/kernel/
A Didt.c96 INTG(X86_TRAP_AC, asm_exc_alignment_check),
A Dtraps.c383 if (notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_AC, SIGBUS) == NOTIFY_STOP) in DEFINE_IDTENTRY_ERRORCODE()
394 do_trap(X86_TRAP_AC, SIGBUS, "alignment check", regs, in DEFINE_IDTENTRY_ERRORCODE()
A Dsev.c1751 ctxt->fi.vector = X86_TRAP_AC; in vc_handle_trap_ac()
1769 case SVM_EXIT_EXCP_BASE + X86_TRAP_AC: in vc_handle_exitcode()
1835 case X86_TRAP_AC: in vc_forward_exception()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dintel.c1394 current->thread.trap_nr = X86_TRAP_AC; in handle_guest_split_lock()

Completed in 14 milliseconds