Home
last modified time | relevance | path

Searched refs:op_bytes (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kvm/
Demulate.c739 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument
743 if (op_bytes == 2) in read_descriptor()
744 op_bytes = 3; in read_descriptor()
750 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor()
885 op->bytes = ctxt->op_bytes; in decode_register_operand()
913 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()
1403 register_address_increment(ctxt, &ctxt->regs[VCPU_REGS_RSP], -ctxt->op_bytes); in em_push()
1409 return segmented_write(ctxt, addr, &ctxt->src.val, ctxt->op_bytes); in em_push()
1430 return emulate_pop(ctxt, &ctxt->dst.val, ctxt->op_bytes); in em_pop()
1477 ctxt->dst.bytes = ctxt->op_bytes; in em_popf()
[all …]
Dx86.c4416 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
/arch/x86/include/asm/
Dkvm_emulate.h262 u8 op_bytes; member