Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dkvm_emulate.h243 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
Demulate.c1252 op->type = OP_REG; in decode_register_operand()
1284 op->type = OP_REG; in decode_modrm()
1428 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1846 case OP_REG: in writeback()
1966 ctxt->dst.type = OP_REG; in em_popf()
2356 ctxt->src.type = OP_REG; in em_cmpxchg()
3596 ctxt->dst.type = OP_REG; in em_cwd()
5045 op->type = OP_REG; in decode_operand()
5052 op->type = OP_REG; in decode_operand()
5063 op->type = OP_REG; in decode_operand()
[all …]