Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kvm/
Demulate.c1161 op->type = OP_REG; in decode_register_operand()
1193 op->type = OP_REG; in decode_modrm()
1337 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1787 case OP_REG: in writeback()
1905 ctxt->dst.type = OP_REG; in em_popf()
2292 ctxt->src.type = OP_REG; in em_cmpxchg()
3218 ctxt->dst.type = OP_REG; in em_cwd()
4619 op->type = OP_REG; in decode_operand()
4626 op->type = OP_REG; in decode_operand()
4637 op->type = OP_REG; in decode_operand()
[all …]
Dkvm_emulate.h231 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator