Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h239 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator
/Linux-v5.4/arch/x86/kvm/
Demulate.c1219 op->type = OP_REG; in decode_register_operand()
1251 op->type = OP_REG; in decode_modrm()
1395 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1813 case OP_REG: in writeback()
1933 ctxt->dst.type = OP_REG; in em_popf()
2323 ctxt->src.type = OP_REG; in em_cmpxchg()
3578 ctxt->dst.type = OP_REG; in em_cwd()
5005 op->type = OP_REG; in decode_operand()
5012 op->type = OP_REG; in decode_operand()
5023 op->type = OP_REG; in decode_operand()
[all …]