Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Demulate.c1305 op->type = OP_MEM; in decode_modrm()
1408 op->type = OP_MEM; in decode_abs()
1428 if (ctxt->dst.type == OP_MEM && ctxt->src.type == OP_REG) { in fetch_bit_operand()
1849 case OP_MEM: in writeback()
3748 if (ctxt->dst.bytes == 4 && ctxt->dst.type == OP_MEM) in em_store_sreg()
3914 if (ctxt->dst.type == OP_MEM) in em_smsw()
5070 op->type = OP_MEM; in decode_operand()
5124 op->type = OP_MEM; in decode_operand()
5133 op->type = OP_MEM; in decode_operand()
5565 if (ctxt->lock_prefix && (!(ctxt->d & Lock) || ctxt->dst.type != OP_MEM)) { in x86_emulate_insn()
[all …]
Dkvm_emulate.h243 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator