Home
last modified time | relevance | path

Searched refs:OP_REG (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.c694 op->type = OP_REG; in decode_register_operand()
1020 c->src.type = OP_REG; in x86_decode_insn()
1093 c->dst.type = OP_REG; in x86_decode_insn()
1101 c->dst.type = OP_REG; in x86_decode_insn()
1289 case OP_REG: in writeback()
1623 c->src.type = c->dst.type = OP_REG; in x86_emulate_insn()
1633 c->dst.type = OP_REG; in x86_emulate_insn()
1710 c->dst.type = OP_REG; in x86_emulate_insn()
1733 c->dst.type = OP_REG; in x86_emulate_insn()
2074 c->dst.type = OP_REG; in x86_emulate_insn()