Home
last modified time | relevance | path

Searched refs:exc_invalid_op (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/x86/entry/
Dentry_fred.c93 exc_invalid_op(regs); in fred_other()
190 case X86_TRAP_UD: return exc_invalid_op(regs); in fred_hwexc()
/linux-6.12.1/arch/x86/include/asm/
Didtentry.h621 DECLARE_IDTENTRY_RAW(X86_TRAP_UD, exc_invalid_op);
/linux-6.12.1/arch/x86/kernel/
Dtraps.c300 DEFINE_IDTENTRY_RAW(exc_invalid_op) in DEFINE_IDTENTRY_RAW() argument
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c720 TRAP_ENTRY(exc_invalid_op, false ),
/linux-6.12.1/arch/x86/coco/sev/
Dcore.c600 exc_invalid_op(ctxt->regs); in vc_forward_exception()