Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dkvm_emulate.h252 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_YMM, OP_MM, OP_NONE } type; enumerator
H A Demulate.c1106 op->type = OP_REG; in __decode_register_operand()
1276 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1762 case OP_REG: in writeback()
1889 ctxt->dst.type = OP_REG; in em_popf()
2277 ctxt->src.type = OP_REG; in em_cmpxchg()
3174 ctxt->dst.type = OP_REG; in em_cwd()
4629 op->type = OP_REG; in decode_operand()
4635 op->type = OP_REG; in decode_operand()
4645 op->type = OP_REG; in decode_operand()
4660 op->type = OP_REG; in decode_operand()
[all …]