Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Dkvm_emulate.h349 u8 opcode_len; member
A Demulate.c4749 ctxt->opcode_len = 1; in x86_decode_insn()
4857 ctxt->opcode_len = 2; in x86_decode_insn()
4863 ctxt->opcode_len = 3; in x86_decode_insn()
4874 if (ctxt->opcode_len == 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) && in x86_decode_insn()
5268 if (ctxt->opcode_len == 2) in x86_emulate_insn()
5270 else if (ctxt->opcode_len == 3) in x86_emulate_insn()
A Dx86.c8958 switch (ctxt->opcode_len) { in is_vmware_backdoor_opcode()
/arch/x86/kvm/svm/
A Dsvm.c2220 if (ctxt->b != 0x1 || ctxt->opcode_len != 2) in svm_instr_opcode()

Completed in 726 milliseconds