Home
last modified time | relevance | path

Searched refs:X86_TRAP_IRET (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtrapnr.h30 #define X86_TRAP_IRET 32 /* IRET Exception */ macro
H A Didtentry.h558 DECLARE_IDTENTRY_SW(X86_TRAP_IRET, iret_error);
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c1363 X86_TRAP_IRET, SIGILL) != NOTIFY_STOP) { in DEFINE_IDTENTRY_SW()
1364 do_trap(X86_TRAP_IRET, SIGILL, "iret exception", regs, 0, in DEFINE_IDTENTRY_SW()