Searched refs:opcode_len (Results 1 – 3 of 3) sorted by relevance
313 u8 opcode_len; member
5103 ctxt->opcode_len = 1; in x86_decode_insn()5198 ctxt->opcode_len = 2; in x86_decode_insn()5204 ctxt->opcode_len = 3; in x86_decode_insn()5215 if (ctxt->opcode_len == 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) && in x86_decode_insn()5598 if (ctxt->opcode_len == 2) in x86_emulate_insn()5600 else if (ctxt->opcode_len == 3) in x86_emulate_insn()
6125 switch (ctxt->opcode_len) { in is_vmware_backdoor_opcode()