Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_emulate.h289 u8 opcode_len; member
/linux-4.1.27/arch/x86/kvm/
Demulate.c4488 ctxt->opcode_len = 1; in x86_decode_insn()
4578 ctxt->opcode_len = 2; in x86_decode_insn()
4584 ctxt->opcode_len = 3; in x86_decode_insn()
4595 if (ctxt->opcode_len == 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) && in x86_decode_insn()
4982 if (ctxt->opcode_len == 2) in x86_emulate_insn()
4984 else if (ctxt->opcode_len == 3) in x86_emulate_insn()