| /linux/drivers/misc/sgi-gru/ |
| H A D | gruhandles.c | 59 static int wait_instruction_complete(void *h, enum mcs_op opc) in wait_instruction_complete() argument 75 update_mcs_stats(opc, get_cycles() - start_time); in wait_instruction_complete() 83 cch->opc = CCHOP_ALLOCATE; in cch_allocate() 97 cch->opc = CCHOP_START; in cch_start() 104 cch->opc = CCHOP_INTERRUPT; in cch_interrupt() 113 cch->opc = CCHOP_DEALLOCATE; in cch_deallocate() 128 cch->opc = CCHOP_INTERRUPT_SYNC; in cch_interrupt_sync() 145 tgh->opc = TGHOP_TLBINV; in tgh_invalidate() 161 tfh->opc = TFHOP_WRITE_ONLY; in tfh_write_only() 177 tfh->opc = TFHOP_WRITE_RESTART; in tfh_write_restart() [all …]
|
| H A D | gruhandles.h | 186 unsigned int opc:1; member 262 unsigned int opc:3; member 354 unsigned int opc:3; member
|
| H A D | gru_instructions.h | 70 int opc; member 96 unsigned char opc: 8; /* opcode */ member
|
| /linux/arch/mips/mm/ |
| H A D | uasm-micromips.c | 156 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument 162 if (opc < 0 || opc >= insn_invalid || in build_insn() 163 (opc == insn_daddiu && r4k_daddiu_bug()) || in build_insn() 164 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0)) in build_insn() 165 panic("Unsupported Micro-assembler instruction %d", opc); in build_insn() 167 ip = &insn_table_MM[opc]; in build_insn() 170 va_start(ap, opc); in build_insn() 172 if (opc == insn_mfc0 || opc == insn_mtc0 || in build_insn() 173 opc == insn_cfc1 || opc == insn_ctc1) in build_insn() 179 if (opc == insn_mfc0 || opc == insn_mtc0 || in build_insn() [all …]
|
| H A D | uasm-mips.c | 232 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument 238 if (opc < 0 || opc >= insn_invalid || in build_insn() 239 (opc == insn_daddiu && r4k_daddiu_bug()) || in build_insn() 240 (insn_table[opc].match == 0 && insn_table[opc].fields == 0)) in build_insn() 241 panic("Unsupported Micro-assembler instruction %d", opc); in build_insn() 243 ip = &insn_table[opc]; in build_insn() 246 va_start(ap, opc); in build_insn()
|
| /linux/arch/s390/include/asm/ |
| H A D | cpacf.h | 226 static __always_inline void __cpacf_query_rre(u32 opc, u8 r1, u8 r2, in __cpacf_query_rre() argument 234 : [opc] "i" (opc), [fc] "i" (fc), in __cpacf_query_rre() 239 static __always_inline void __cpacf_query_rrf(u32 opc, u8 r1, u8 r2, u8 r3, in __cpacf_query_rrf() argument 247 : [opc] "i" (opc), [fc] "i" (fc), [r1] "i" (r1), in __cpacf_query_rrf() 422 [opc] "i" (CPACF_KM) in cpacf_km() 454 [opc] "i" (CPACF_KMC) in cpacf_kmc() 482 [opc] "i" (CPACF_KIMD) in cpacf_kimd() 507 [opc] "i" (CPACF_KLMD) in cpacf_klmd() 536 [opc] "i" (CPACF_KMAC) in _cpacf_kmac() 587 [opc] "i" (CPACF_KMCTR) in cpacf_kmctr() [all …]
|
| H A D | fpu-insn-asm.h | 264 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0 266 .byte \opc 327 .macro VLEx vr1, disp, index="%r0", base, m3, opc 333 MRXBOPC \m3, \opc, v1 349 .macro VLEIx vr1, imm2, m3, opc 353 MRXBOPC \m3, \opc, v1
|
| /linux/drivers/scsi/pm8001/ |
| H A D | pm80xx_tracepoints.h | 79 TP_PROTO(u32 id, u32 opc, u32 htag, u32 qi, u32 pi, u32 ci), 81 TP_ARGS(id, opc, htag, qi, pi, ci), 85 __field(u32, opc) 94 __entry->opc = opc; 102 __entry->id, __entry->opc, __entry->htag, __entry->qi,
|
| H A D | pm80xx_hwi.c | 1199 u32 opc = OPC_INB_SET_CONTROLLER_CONFIG; in pm80xx_set_thermal_config() local 1224 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_set_thermal_config() 1244 u32 opc = OPC_INB_SET_CONTROLLER_CONFIG; in pm80xx_set_sas_protocol_timer_config() local 1294 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_set_sas_protocol_timer_config() 1402 u32 opc = OPC_INB_KEK_MANAGEMENT; in pm80xx_encrypt_update() local 1421 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_encrypt_update() 3131 u32 opc = OPC_INB_SAS_HW_EVENT_ACK; in pm80xx_hw_event_ack_req() local 3140 pm8001_mpi_build_cmd(pm8001_ha, Qnum, opc, &payload, in pm80xx_hw_event_ack_req() 3854 u32 opc = (u32)((le32_to_cpu(pHeader)) & 0xFFF); in process_one_iomb() local 3856 switch (opc) { in process_one_iomb() [all …]
|
| H A D | pm8001_hwi.c | 3084 u32 opc = OPC_INB_SAS_HW_EVENT_ACK; in pm8001_hw_event_ack_req() local 3093 pm8001_mpi_build_cmd(pm8001_ha, Qnum, opc, &payload, sizeof(payload), 0); in pm8001_hw_event_ack_req() 3716 u8 opc = (u8)((le32_to_cpu(pHeader)) & 0xFFF); in process_one_iomb() local 3720 switch (opc) { in process_one_iomb() 3843 opc); in process_one_iomb() 3925 u32 opc; in pm8001_chip_smp_req() local 3950 opc = OPC_INB_SMP_REQUEST; in pm8001_chip_smp_req() 3961 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, in pm8001_chip_smp_req() 3991 u32 opc = OPC_INB_SSPINIIOSTART; in pm8001_chip_ssp_io_req() local 4024 return pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &ssp_cmd, in pm8001_chip_ssp_io_req() [all …]
|
| /linux/arch/mips/kvm/ |
| H A D | vz.c | 651 u32 *opc; in is_eva_am_mapped() local 665 opc = (u32 *)vcpu->arch.pc; in is_eva_am_mapped() 667 opc += 1; in is_eva_am_mapped() 668 err = kvm_get_badinstr(opc, vcpu, &inst.word); in is_eva_am_mapped() 819 u32 *opc = (u32 *) vcpu->arch.pc; in kvm_trap_vz_no_handler() local 829 opc += 1; in kvm_trap_vz_no_handler() 830 kvm_get_badinstr(opc, vcpu, &inst); in kvm_trap_vz_no_handler() 833 exccode, opc, inst, badvaddr, in kvm_trap_vz_no_handler() 876 u32 *opc, u32 cause, in kvm_vz_gpsi_cop0() argument 1075 u32 *opc, u32 cause, in kvm_vz_gpsi_cache() argument [all …]
|
| H A D | mips.c | 1172 u32 __user *opc = (u32 __user *) vcpu->arch.pc; in __kvm_mips_handle_exit() local 1193 cause, opc, run, vcpu); in __kvm_mips_handle_exit() 1198 kvm_debug("[%d]EXCCODE_INT @ %p\n", vcpu->vcpu_id, opc); in __kvm_mips_handle_exit() 1209 kvm_debug("EXCCODE_CPU: @ PC: %p\n", opc); in __kvm_mips_handle_exit() 1225 cause, kvm_read_c0_guest_status(&vcpu->arch.cop0), opc, in __kvm_mips_handle_exit() 1234 cause, opc, badvaddr); in __kvm_mips_handle_exit() 1292 opc += 1; in __kvm_mips_handle_exit() 1294 kvm_get_badinstr(opc, vcpu, &inst); in __kvm_mips_handle_exit() 1296 exccode, opc, inst, badvaddr, in __kvm_mips_handle_exit()
|
| /linux/arch/s390/kernel/ |
| H A D | ftrace.c | 50 u16 opc; member 80 static const struct ftrace_insn orig = { .opc = 0xc004, .disp = 0 }; in ftrace_init_nop() 133 u16 opc; in ftrace_get_trampoline() local 139 if (get_kernel_nofault(opc, &trampoline->brasl_opc)) in ftrace_get_trampoline() 141 if (opc != 0xc015) in ftrace_get_trampoline() 150 return (struct ftrace_insn){ .opc = target ? 0xc005 : 0xc004, in ftrace_generate_branch_insn()
|
| /linux/drivers/mmc/host/ |
| H A D | usdhi6rol0.c | 281 int opc = host->mrq ? host->mrq->cmd->opcode : -1; in usdhi6_error_code() local 288 err, rsp54, host->wait, opc); in usdhi6_error_code() 292 err, rsp54, host->wait, opc); in usdhi6_error_code() 936 u16 opc = cmd->opcode; in usdhi6_cmd_flags() local 940 opc |= USDHI6_SD_CMD_APP; in usdhi6_cmd_flags() 944 opc |= USDHI6_SD_CMD_DATA; in usdhi6_cmd_flags() 947 opc |= USDHI6_SD_CMD_READ; in usdhi6_cmd_flags() 953 opc |= USDHI6_SD_CMD_MULTI; in usdhi6_cmd_flags() 955 opc |= USDHI6_SD_CMD_CMD12_AUTO_OFF; in usdhi6_cmd_flags() 960 opc |= USDHI6_SD_CMD_MODE_RSP_NONE; in usdhi6_cmd_flags() [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-srxx-defs.h | 116 uint64_t opc:4; member 120 uint64_t opc:4;
|
| H A D | cvmx-iob-defs.h | 401 uint64_t opc:4; member 407 uint64_t opc:4; 420 uint64_t opc:4; member 426 uint64_t opc:4;
|
| /linux/scripts/ |
| H A D | decodecode | 134 for opc in $op_bytes; 136 substr+="$opc"
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_parser_rt.c | 176 if (kb->opc == ICE_NPKB_OPC_EXTRACT) in ice_pk_build() 178 else if (kb->opc == ICE_NPKB_OPC_BUILD) in ice_pk_build() 181 else if (kb->opc == ICE_NPKB_OPC_BYPASS) in ice_pk_build() 185 kb->opc); in ice_pk_build() 458 alu->opc); in ice_dst_reg_bit_set() 503 switch (alu->opc) { in ice_alu_exe() 534 alu->opc); in ice_alu_exe()
|
| H A D | ice_parser.h | 43 u8 opc; member 116 enum ice_alu_opcode opc; member
|
| H A D | ice_parser.c | 159 dev_info(dev, "\topc = %d\n", kb->opc); in ice_imem_np_kb_dump() 187 dev_info(dev, "\topc = %d\n", alu->opc); in ice_imem_alu_dump() 269 kb->opc = FIELD_GET(ICE_IM_NPKB_OPC, data); in ice_imem_npkb_init() 340 alu->opc = FIELD_GET(ICE_IM_ALU_OPC, d64); in ice_imem_alu_init() 1095 dev_info(dev, "\topc = %d\n", kb->opc); in ice_bst_np_kb_dump() 1121 dev_info(dev, "\topc = %d\n", alu->opc); in ice_bst_alu_dump() 1222 alu->opc = FIELD_GET(ICE_BST_ALU_OPC, d64); in ice_bst_alu_init() 1286 kb->opc = FIELD_GET(ICE_BST_NPKB_OPC, data); in ice_bst_npkb_init()
|
| H A D | ice_lag.c | 243 u32 opc; in ice_lag_cfg_fltr() local 273 opc = ice_aqc_opc_add_sw_rules; in ice_lag_cfg_fltr() 276 opc = ice_aqc_opc_remove_sw_rules; in ice_lag_cfg_fltr() 279 err = ice_aq_sw_rules(&lag->pf->hw, s_rule, s_rule_sz, 1, opc, NULL); in ice_lag_cfg_fltr() 382 u16 buf_len, opc; in ice_lag_cfg_lp_fltr() local 411 opc = ice_aqc_opc_add_sw_rules; in ice_lag_cfg_lp_fltr() 413 opc = ice_aqc_opc_remove_sw_rules; in ice_lag_cfg_lp_fltr() 419 if (ice_aq_sw_rules(&lag->pf->hw, s_rule, buf_len, 1, opc, NULL)) { in ice_lag_cfg_lp_fltr()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_solver.h | 24 u32 opc; /* operations per cycle */ member
|
| H A D | aie2_solver.c | 94 if (qos_meet(xrs, rqos, cdop->qos_cap.opc * cu_clk_freq / 1000)) in sanity_check() 130 if (!qos_meet(xrs, rqos, cdop->qos_cap.opc * freq / 1000)) in set_dpm_level()
|
| /linux/drivers/dma/ppc4xx/ |
| H A D | adma.c | 146 cdb->attr, cdb->opc, le32_to_cpu(cdb->cnt), in print_cb() 373 hw_desc->opc = DMA_CDB_OPC_MV_SG1_SG2; in ppc440spe_desc_init_dma01pq() 381 hw_desc->opc = DMA_CDB_OPC_MV_SG1_SG2; in ppc440spe_desc_init_dma01pq() 389 hw_desc->opc = dopc; in ppc440spe_desc_init_dma01pq() 402 hw_desc->opc = DMA_CDB_OPC_MV_SG1_SG2; in ppc440spe_desc_init_dma01pq() 409 hw_desc->opc = DMA_CDB_OPC_MV_SG1_SG2; in ppc440spe_desc_init_dma01pq() 420 hw_desc->opc = dopc; in ppc440spe_desc_init_dma01pq() 470 hw_desc->opc = dopc; in ppc440spe_desc_init_dma01pqzero_sum() 473 hw_desc->opc = DMA_CDB_OPC_DCHECK128; in ppc440spe_desc_init_dma01pqzero_sum() 516 hw_desc->opc = DMA_CDB_OPC_MV_SG1_SG2; in ppc440spe_desc_init_memcpy() [all …]
|
| H A D | dma.h | 108 u8 opc; /* opcode */ member
|