Searched refs:cu (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/csky/lib/
H A Dstring.c112 unsigned long cu = (unsigned long)c; local
115 cu |= cu << 8;
116 cu |= cu << 16;
118 cu |= (cu << 16) << 16;
125 *dest.as_ulong++ = cu;
/linux-master/drivers/hwmon/
H A Dfam15h_power.c138 int cu; local
144 cu = topology_core_id(smp_processor_id());
146 rdmsrl_safe(MSR_F15H_CU_PWR_ACCUMULATOR, &data->cu_acc_power[cu]);
147 rdmsrl_safe(MSR_F15H_PTSC, &data->cpu_sw_pwr_ptsc[cu]);
149 data->cu_on[cu] = 1;
205 int cu, cu_num, ret; local
218 for (cu = 0; cu < cu_num; cu++) {
219 prev_cu_acc_power[cu]
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1021 struct crat_subtype_computeunit *cu)
1023 dev->node_props.cpu_cores_count = cu->num_cpu_cores;
1024 dev->node_props.cpu_core_id_base = cu->processor_id_low;
1025 if (cu->hsa_capability & CRAT_CU_FLAGS_IOMMU_PRESENT)
1028 pr_debug("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores,
1029 cu->processor_id_low);
1033 struct crat_subtype_computeunit *cu)
1035 dev->node_props.simd_id_base = cu->processor_id_low;
1036 dev->node_props.simd_count = cu->num_simd_cores;
1037 dev->node_props.lds_size_in_kb = cu
1020 kfd_populated_cu_info_cpu(struct kfd_topology_device *dev, struct crat_subtype_computeunit *cu) argument
1032 kfd_populated_cu_info_gpu(struct kfd_topology_device *dev, struct crat_subtype_computeunit *cu) argument
1052 kfd_parse_subtype_cu(struct crat_subtype_computeunit *cu, struct list_head *device_list) argument
1309 struct crat_subtype_computeunit *cu; local
2200 struct crat_subtype_computeunit *cu; local
[all...]
H A Dkfd_mqd_manager.c107 int i, se, sh, cu, cu_bitmap_sh_mul, cu_inc = wgp_mode_req ? 2 : 1; local
191 for (cu = 0; cu < 16; cu += cu_inc) {
194 if (cu_per_sh[se][sh] > cu) {
196 se_mask[se] |= en_mask << (cu + sh * 16);
/linux-master/arch/m68k/fpsp040/
H A Dbugfix.S186 | cu src equal to xu dest or equal to nu dest. If so, go to
187 | op0. Else, or if opclass2, check for cu dest equal to
197 | Check for cu and nu register conflict. If one exists, this takes
198 | priority over a cu and xu conflict.
205 | Check for cu dest equal to nu dest. If so, go and fix the
212 | Check for cu and xu register conflict.
246 | We have the case in which a conflict exists between the cu src or
248 | the cu and restore the state, allowing the instruction in the
252 | restore the instruction from the cu to the frame and continue
262 | The cu savep
[all...]
/linux-master/tools/perf/tests/shell/
H A Dtest_uprobe_from_different_cu.sh13 temp_dir=$(mktemp -d /tmp/perf-uprobe-different-cu-sh.XXXXXXXXXX)
18 if [[ "${temp_dir}" =~ ^/tmp/perf-uprobe-different-cu-sh.*$ ]]; then
/linux-master/lib/
H A Dhexdump.c48 unsigned char cu = ch & 0xdf; local
51 ((cu - 'A' + 11) & (unsigned)((cu - 'F' - 1) & ('A' - 1 - cu)) >> 8);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.h125 unsigned char cu; member in union:eeprom_table_record::__anon473
H A Damdgpu_umr.h50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member in struct:amdgpu_debugfs_gprwave_iocdata
H A Damdgpu_gfx.c116 unsigned int se, sh, cu; local
127 int ret = sscanf(p, "%u.%u.%u", &se, &sh, &cu);
134 if (se < max_se && sh < max_sh && cu < 16) {
135 DRM_INFO("amdgpu: disabling CU %u.%u.%u\n", se, sh, cu);
136 mask[se * max_sh + sh] |= 1u << cu;
139 se, sh, cu);
H A Damdgpu_debugfs.c427 /* switch to the specific se/sh/cu */
429 amdgpu_gfx_select_se_sh(adev, rd->id.se, rd->id.sh, rd->id.cu, rd->id.xcc_id);
1061 uint32_t offset, se, sh, cu, wave, simd, data[32]; local
1070 cu = (*pos & GENMASK_ULL(30, 23)) >> 23;
1086 /* switch to the specific se/sh/cu */
1088 amdgpu_gfx_select_se_sh(adev, se, sh, cu, 0);
1153 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; local
1162 cu = (*pos & GENMASK_ULL(35, 28)) >> 28;
1180 /* switch to the specific se/sh/cu */
1182 amdgpu_gfx_select_se_sh(adev, se, sh, cu,
[all...]
H A Dgfx_v9_4_2.c422 uint32_t se, cu, simd, wave; local
434 for (cu = 0; cu < CU_ID_MAX; cu++) {
436 size = sprintf(str, "SE[%02d]CU[%02d]: ", se, cu);
456 uint32_t se, cu, simd, wave; local
466 for (cu = 0; cu < CU_ID_MAX; cu++)
H A Damdgpu_umc.c405 err_rec->cu = 0;
/linux-master/arch/s390/include/asm/
H A Dccwdev.h28 #define CCW_DEVICE(cu, cum) \
29 .cu_type=(cu), .cu_model=(cum), \
33 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \
34 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
H A Dcio.h379 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid);
/linux-master/kernel/time/
H A Dclockevents.c402 struct ce_unbind *cu = arg; local
406 res = __clockevents_try_unbind(cu->ce, smp_processor_id());
408 res = clockevents_replace(cu->ce);
409 cu->res = res;
419 struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; local
421 smp_call_function_single(cpu, __clockevents_unbind, &cu, 1);
422 return cu.res;
/linux-master/sound/pci/asihpi/
H A Dhpicmn.c393 phr->u.cu.tuner.s_level = 0;
397 phr->u.cu.tuner.s_level =
497 if (tocopy > sizeof(phr->u.cu.chars8.sz_data))
498 tocopy = sizeof(phr->u.cu.chars8.
501 memcpy(phr->u.cu.chars8.sz_data,
504 phr->u.cu.chars8.remaining_chars =
H A Dhpi_internal.h1015 struct hpi_control_union_msg cu; member in union:hpi_message::__anon4122
1076 union hpi_control_union_res cu; member in union:hpi_response::__anon4123
1184 struct hpi_control_union_msg cu; member in union:hpi_msg_payload_v0::__anon4125
1203 union hpi_control_union_res cu; member in union:hpi_res_payload_v0::__anon4126
H A Dhpifunc.c1436 && (hr.u.cu.chars8.remaining_chars + 8) >
1445 c = hr.u.cu.chars8.sz_data[j];
1457 if ((hr.u.cu.chars8.remaining_chars == 0)
1743 *pstatus = hr.u.cu.cobranet.status.status;
1746 hr.u.cu.cobranet.status.readable_size;
1749 hr.u.cu.cobranet.status.writeable_size;
2563 hm.u.cu.attribute = HPI_TUNER_LEVEL_AVG;
2566 *pw_level = hr.u.cu.tuner.s_level;
2579 hm.u.cu.attribute = HPI_TUNER_LEVEL_RAW;
2582 *pw_level = hr.u.cu
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c627 struct hfi_videocores_usage_type cu; local
633 cu.video_core_enable_mask = VIDC_CORE_ID_1;
635 cu.video_core_enable_mask = VIDC_CORE_ID_2;
658 cu.video_core_enable_mask = min_coreid;
662 cu.video_core_enable_mask = min_coreid;
667 cu.video_core_enable_mask = min_lp_coreid;
675 ret = hfi_session_set_property(inst, ptype, &cu);
H A Dhfi_cmds.c1229 struct hfi_videocores_usage_type *in = pdata, *cu = prop_data; local
1231 cu->video_core_enable_mask = in->video_core_enable_mask;
1232 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*cu);
/linux-master/drivers/s390/cio/
H A Dchsc.c1480 u16 cu; member in struct:chse_cudb
1508 * @cu: number of the control-unit
1517 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid) argument
1528 scud->first_cu = cu;
1529 scud->last_cu = cu;
1537 || scud->cudb[0].cu != cu)) {
1540 "FMT=%04x, cudb.flags=%02x, cudb.cu=%04x",
1542 scud->fmt_resp, scud->cudb[0].flags, scud->cudb[0].cu);
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_defs.h800 } cu; member in struct:Vmxnet3_DriverShared
H A Dvmxnet3_ethtool.c1007 union Vmxnet3_CmdInfo *cmdInfo = &shared->cu.cmdInfo;
1229 union Vmxnet3_CmdInfo *cmdInfo = &shared->cu.cmdInfo;
/linux-master/tools/perf/util/
H A Dunwind-libunwind-local.c522 unw_cursor_t __maybe_unused *cu,
521 resume(unw_addr_space_t __maybe_unused as, unw_cursor_t __maybe_unused *cu, void __maybe_unused *arg) argument

Completed in 218 milliseconds

12