Home
last modified time | relevance | path

Searched refs:OP_MEM_STR (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dkvm_emulate.h235 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/arch/x86/kvm/
Demulate.c1483 ctxt->dst.type = OP_MEM_STR; in pio_in_emulated()
1806 case OP_MEM_STR: in writeback()
5601 BUG_ON(ctxt->src.type == OP_MEM || ctxt->src.type == OP_MEM_STR); in x86_emulate_insn()