Home
last modified time | relevance | path

Searched refs:INSN_MMIO_WRITE_IMM (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dinsn-eval.h38 INSN_MMIO_WRITE_IMM, enumerator
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c476 if (mmio != INSN_MMIO_WRITE_IMM && mmio != INSN_MMIO_MOVS) { in handle_mmio()
507 case INSN_MMIO_WRITE_IMM: in handle_mmio()
/openbmc/linux/arch/x86/kernel/
H A Dsev.c1523 if (mmio != INSN_MMIO_WRITE_IMM && mmio != INSN_MMIO_MOVS) { in vc_handle_mmio()
1537 case INSN_MMIO_WRITE_IMM: in vc_handle_mmio()
/openbmc/linux/arch/x86/lib/
H A Dinsn-eval.c1625 type = INSN_MMIO_WRITE_IMM; in insn_decode_mmio()