Searched refs:opcode_len (Results 1 – 5 of 5) sorted by relevance
850 int opcode_len; in mtk_spi_mem_adjust_op_size() local853 opcode_len = 1 + op->addr.nbytes + op->dummy.nbytes; in mtk_spi_mem_adjust_op_size()854 if (opcode_len + op->data.nbytes > MTK_SPI_IPM_PACKET_SIZE) { in mtk_spi_mem_adjust_op_size()855 op->data.nbytes = MTK_SPI_IPM_PACKET_SIZE - opcode_len; in mtk_spi_mem_adjust_op_size()
326 u8 opcode_len; member
4776 ctxt->opcode_len = 1; in x86_decode_insn()4884 ctxt->opcode_len = 2; in x86_decode_insn()4890 ctxt->opcode_len = 3; in x86_decode_insn()4901 if (ctxt->opcode_len == 1 && (ctxt->b == 0xc5 || ctxt->b == 0xc4) && in x86_decode_insn()5295 if (ctxt->opcode_len == 2) in x86_emulate_insn()5297 else if (ctxt->opcode_len == 3) in x86_emulate_insn()
8825 switch (ctxt->opcode_len) { in is_vmware_backdoor_opcode()
2334 if (ctxt->b != 0x1 || ctxt->opcode_len != 2) in svm_instr_opcode()