Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_emulate.h230 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/linux-4.4.14/arch/x86/kvm/
Demulate.c1143 op->type = OP_REG; in decode_register_operand()
1175 op->type = OP_REG; in decode_modrm()
1319 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1713 case OP_REG: in writeback()
1833 ctxt->dst.type = OP_REG; in em_popf()
2237 ctxt->src.type = OP_REG; in em_cmpxchg()
3440 ctxt->dst.type = OP_REG; in em_cwd()
4634 op->type = OP_REG; in decode_operand()
4641 op->type = OP_REG; in decode_operand()
4652 op->type = OP_REG; in decode_operand()
[all …]