Searched refs:opcode_len (Results 1 – 4 of 4) sorted by relevance
330 u8 opcode_len; member
5101 ctxt->opcode_len = 1; in x86_decode_insn()5209 ctxt->opcode_len = 2; in x86_decode_insn()5215 ctxt->opcode_len = 3; in x86_decode_insn()5226 if (ctxt->opcode_len == 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) && in x86_decode_insn()5614 if (ctxt->opcode_len == 2) in x86_emulate_insn()5616 else if (ctxt->opcode_len == 3) in x86_emulate_insn()
8033 switch (ctxt->opcode_len) { in is_vmware_backdoor_opcode()
2211 if (ctxt->b != 0x1 || ctxt->opcode_len != 2) in svm_instr_opcode()