Home
last modified time | relevance | path

Searched refs:X86_TRAP_UD (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dtrapnr.h13 #define X86_TRAP_UD 6 /* Invalid Opcode */ macro
Didtentry.h581 DECLARE_IDTENTRY_RAW(X86_TRAP_UD, exc_invalid_op);
/Linux-v5.10/arch/x86/mm/
Dextable.c224 if (trapnr == X86_TRAP_UD) { in early_fixup_exception()
/Linux-v5.10/arch/x86/kernel/
Didt.c79 INTG(X86_TRAP_UD, asm_exc_invalid_op),
Dtraps.c108 if (trapnr < X86_TRAP_UD) { in do_trap_no_signal()
214 do_error_trap(regs, 0, "invalid opcode", X86_TRAP_UD, SIGILL, in handle_invalid_op()
Dsev-es-shared.c123 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in sev_es_ghcb_hv_call()
Dsev-es.c1206 case X86_TRAP_UD: in vc_forward_exception()