Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Demulate.c1162 op->type = OP_REG; in decode_register_operand()
1194 op->type = OP_REG; in decode_modrm()
1338 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1788 case OP_REG: in writeback()
1907 ctxt->dst.type = OP_REG; in em_popf()
2295 ctxt->src.type = OP_REG; in em_cmpxchg()
3192 ctxt->dst.type = OP_REG; in em_cwd()
4586 op->type = OP_REG; in decode_operand()
4593 op->type = OP_REG; in decode_operand()
4604 op->type = OP_REG; in decode_operand()
[all …]
Dkvm_emulate.h242 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator