Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dx86_emulate.c634 u16 *size, unsigned long *address, int op_bytes) in read_descriptor() argument
638 if (op_bytes == 2) in read_descriptor()
639 op_bytes = 3; in read_descriptor()
645 rc = ops->read_std((unsigned long)ptr + 2, address, op_bytes, in read_descriptor()
701 op->bytes = c->op_bytes; in decode_register_operand()
886 c->op_bytes = def_op_bytes; in x86_decode_insn()
894 c->op_bytes = def_op_bytes ^ 6; in x86_decode_insn()
942 c->op_bytes = 8; /* REX.W */ in x86_decode_insn()
974 c->op_bytes = 8; in x86_decode_insn()
1010 c->op_bytes; in x86_decode_insn()
[all …]
/arch/x86/include/asm/
Dkvm_x86_emulate.h122 u8 op_bytes; member