Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h237 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/Linux-v4.19/arch/x86/kvm/
Demulate.c1203 op->type = OP_REG; in decode_register_operand()
1235 op->type = OP_REG; in decode_modrm()
1379 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1797 case OP_REG: in writeback()
1917 ctxt->dst.type = OP_REG; in em_popf()
2307 ctxt->src.type = OP_REG; in em_cmpxchg()
3540 ctxt->dst.type = OP_REG; in em_cwd()
4946 op->type = OP_REG; in decode_operand()
4953 op->type = OP_REG; in decode_operand()
4964 op->type = OP_REG; in decode_operand()
[all …]