Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h203 enum { OP_REG, OP_MEM, OP_IMM, OP_XMM, OP_NONE } type; enumerator
/linux-3.4.99/arch/x86/kvm/
Demulate.c879 op->type = OP_REG; in decode_register_operand()
912 op->type = OP_REG; in decode_modrm()
1041 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1369 case OP_REG: in writeback()
1475 ctxt->dst.type = OP_REG; in em_popf()
1826 ctxt->dst.type = OP_REG; in em_ret()
1861 ctxt->dst.type = OP_REG; in em_cmpxchg()
2668 ctxt->dst.type = OP_REG; in em_ret_near_imm()
2762 ctxt->dst.type = OP_REG; in em_cwd()
3704 op->type = OP_REG; in decode_operand()
[all …]