Searched refs:opcode_len (Results 1 – 5 of 5) sorted by relevance
860 int opcode_len; in mtk_spi_mem_adjust_op_size() local863 opcode_len = 1 + op->addr.nbytes + op->dummy.nbytes; in mtk_spi_mem_adjust_op_size()864 if (opcode_len + op->data.nbytes > MTK_SPI_IPM_PACKET_SIZE) { in mtk_spi_mem_adjust_op_size()865 op->data.nbytes = MTK_SPI_IPM_PACKET_SIZE - opcode_len; in mtk_spi_mem_adjust_op_size()
337 u8 opcode_len; member
4743 ctxt->opcode_len = 1; in x86_decode_insn()4851 ctxt->opcode_len = 2; in x86_decode_insn()4857 ctxt->opcode_len = 3; in x86_decode_insn()4868 if (ctxt->opcode_len == 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) && in x86_decode_insn()5262 if (ctxt->opcode_len == 2) in x86_emulate_insn()5264 else if (ctxt->opcode_len == 3) in x86_emulate_insn()
9030 switch (ctxt->opcode_len) { in is_vmware_backdoor_opcode()
2337 if (ctxt->b != 0x1 || ctxt->opcode_len != 2) in svm_instr_opcode()