Home
last modified time | relevance | path

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

/arch/x86/kvm/
Demulate.c787 if (ctxt->op_bytes != sizeof(unsigned long)) in assign_eip()
788 addr.ea = dst & ((1UL << (ctxt->op_bytes << 3)) - 1); in assign_eip()
1004 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument
1008 if (op_bytes == 2) in read_descriptor()
1009 op_bytes = 3; in read_descriptor()
1015 rc = segmented_read_std(ctxt, addr, address, op_bytes); in read_descriptor()
1278 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_register_operand()
1310 op->bytes = (ctxt->d & ByteOp) ? 1 : ctxt->op_bytes; in decode_modrm()
1398 modrm_ea += ctxt->op_bytes; in decode_modrm()
1926 return push(ctxt, &ctxt->src.val, ctxt->op_bytes); in em_push()
[all …]
Dx86.c6455 ctxt->op_bytes = 2; in kvm_inject_realmode_interrupt()
/arch/x86/include/asm/
Dkvm_emulate.h318 u8 op_bytes; member