Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_x86_emulate.h106 enum { OP_REG, OP_MEM, OP_IMM, OP_NONE } type; enumerator
/arch/x86/kvm/
Dx86_emulate.c1025 c->src.type = OP_MEM; in x86_decode_insn()
1098 c->dst.type = OP_MEM; in x86_decode_insn()
1130 c->dst.type = OP_MEM; in emulate_push()
1308 case OP_MEM: in writeback()
1386 if (c->src.type == OP_MEM) { in x86_emulate_insn()
1402 if (c->dst.type == OP_MEM) { in x86_emulate_insn()
1645 c->dst.type = OP_MEM; in x86_emulate_insn()
1699 c->dst.type = OP_MEM; in x86_emulate_insn()