Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Demulate.c3075 ctxt->src.type = OP_IMM; in em_das()
3101 ctxt->src.type = OP_IMM; in em_aam()
3119 ctxt->src.type = OP_IMM; in em_aad()
4559 op->type = OP_IMM; in decode_imm()
4659 op->type = OP_IMM; in decode_operand()
4667 op->type = OP_IMM; in decode_operand()
4717 op->type = OP_IMM; in decode_operand()
4726 op->type = OP_IMM; in decode_operand()
4730 op->type = OP_IMM; in decode_operand()
4734 op->type = OP_IMM; in decode_operand()
[all …]
H A Dkvm_emulate.h231 enum { OP_REG, OP_MEM, OP_MEM_STR, OP_IMM, OP_XMM, OP_MM, OP_NONE } type; enumerator