Searched refs:opcode_len (Results 1 – 5 of 5) sorted by relevance
873 int opcode_len; in mtk_spi_mem_adjust_op_size() local876 opcode_len = 1 + op->addr.nbytes + op->dummy.nbytes; in mtk_spi_mem_adjust_op_size()877 if (opcode_len + op->data.nbytes > MTK_SPI_IPM_PACKET_SIZE) { in mtk_spi_mem_adjust_op_size()878 op->data.nbytes = MTK_SPI_IPM_PACKET_SIZE - opcode_len; in mtk_spi_mem_adjust_op_size()
349 u8 opcode_len; member
4749 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()
9051 switch (ctxt->opcode_len) { in is_vmware_backdoor_opcode()
2406 if (ctxt->b != 0x1 || ctxt->opcode_len != 2) in svm_instr_opcode()