| /linux/arch/csky/lib/ |
| H A D | string.c | 112 unsigned long cu = (unsigned long)c; in memset() local 115 cu |= cu << 8; in memset() 116 cu |= cu << 16; in memset() 118 cu |= (cu << 16) << 16; in memset() 125 *dest.as_ulong++ = cu; in memset()
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_crat.c | 1022 struct crat_subtype_computeunit *cu) in kfd_populated_cu_info_cpu() argument 1024 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu() 1025 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu() 1026 if (cu->hsa_capability & CRAT_CU_FLAGS_IOMMU_PRESENT) in kfd_populated_cu_info_cpu() 1029 pr_debug("CU CPU: cores=%d id_base=%d\n", cu->num_cpu_cores, in kfd_populated_cu_info_cpu() 1030 cu->processor_id_low); in kfd_populated_cu_info_cpu() 1034 struct crat_subtype_computeunit *cu) in kfd_populated_cu_info_gpu() argument 1036 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu() 1037 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu() 1038 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu() [all …]
|
| H A D | kfd_mqd_manager_v12_1.c | 57 int i, se, sh, cu, cu_inc = 0; in mqd_symmetrically_map_cu_mask_v12_1() local 94 for (cu = 0; cu < 16; cu++) { in mqd_symmetrically_map_cu_mask_v12_1() 97 if (cu_per_sh[se][sh] > cu) { in mqd_symmetrically_map_cu_mask_v12_1() 99 if (cu == 8 && sh == 0) in mqd_symmetrically_map_cu_mask_v12_1()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | bugfix.S | 186 | 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 savepc is set to zero, and the frame is restored to the [all …]
|
| H A D | fpsp.h | 110 .set CU_ONLY,LV+122 | cu-only flag
|
| /linux/scripts/gendwarfksyms/ |
| H A D | gendwarfksyms.c | 55 Dwarf_CU *cu = NULL; in process_module() local 68 res = dwarf_get_units(dbg, cu, &cu, NULL, NULL, &cudie, NULL); in process_module() 75 } while (cu); in process_module()
|
| H A D | dwarf.c | 130 if (!dwarf_cu_die(die->cu, &cudie, NULL, NULL, NULL, NULL, NULL, NULL)) in is_definition_private() 823 if (!dwarf_die_addr_die(dwarf_cu_getdwarf(die->cu), in process_cached() 1182 symbol_for_each(process_symbol_ptr, dwarf_cu_getdwarf(cudie->cu)); in process_cu()
|
| /linux/kernel/sched/ext/ |
| H A D | sub.c | 123 struct scx_caps_updated *cu; in free_pshard() local 127 cu = &pshard->caps_updated; in free_pshard() 128 if (cu->cmask_arena_out) in free_pshard() 129 scx_arena_free(pshard->sch, cu->cmask_arena_out, in free_pshard() 154 struct scx_caps_updated *cu; in alloc_pshard() local 169 cu = &pshard->caps_updated; in alloc_pshard() 170 raw_spin_lock_init(&cu->lock); in alloc_pshard() 171 INIT_LIST_HEAD(&cu->node_in_flight); in alloc_pshard() 172 __scx_cmask_init(&cu->cmask, shard->base_cid, shard->nr_cids, SCX_CID_SHARD_MAX_CPUS); in alloc_pshard() 174 cu->cmask_arena_out = scx_arena_alloc(sch, cmask_size); in alloc_pshard() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | ccwdev.h | 28 #define CCW_DEVICE(cu, cum) \ argument 29 .cu_type=(cu), .cu_model=(cum), \ 33 #define CCW_DEVICE_DEVTYPE(cu, cum, dev, devm) \ argument 34 .cu_type=(cu), .cu_model=(cum), .dev_type=(dev), .dev_model=(devm),\
|
| /linux/kernel/time/ |
| H A D | clockevents.c | 460 struct ce_unbind *cu = arg; in __clockevents_unbind() local 464 res = __clockevents_try_unbind(cu->ce, smp_processor_id()); in __clockevents_unbind() 466 res = clockevents_replace(cu->ce); in __clockevents_unbind() 467 cu->res = res; in __clockevents_unbind() 477 struct ce_unbind cu = { .ce = ced, .res = -ENODEV }; in clockevents_unbind() local 479 smp_call_function_single(cpu, __clockevents_unbind, &cu, 1); in clockevents_unbind() 480 return cu.res; in clockevents_unbind()
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_uprobe_from_different_cu.sh | 19 temp_dir=$(mktemp -d /tmp/perf-uprobe-different-cu-sh.XXXXXXXXXX) 24 if [[ "${temp_dir}" =~ ^/tmp/perf-uprobe-different-cu-sh.*$ ]]; then
|
| /linux/sound/pci/asihpi/ |
| H A D | hpicmn.c | 399 phr->u.cu.tuner.s_level = 0; in hpi_check_control_cache_single() 403 phr->u.cu.tuner.s_level = in hpi_check_control_cache_single() 503 if (tocopy > sizeof(phr->u.cu.chars8.sz_data)) in hpi_check_control_cache_single() 504 tocopy = sizeof(phr->u.cu.chars8. in hpi_check_control_cache_single() 507 memcpy(phr->u.cu.chars8.sz_data, in hpi_check_control_cache_single() 510 phr->u.cu.chars8.remaining_chars = in hpi_check_control_cache_single()
|
| H A D | hpifunc.c | 1436 && (hr.u.cu.chars8.remaining_chars + 8) > in hpi_control_get_string() 1445 c = hr.u.cu.chars8.sz_data[j]; in hpi_control_get_string() 1457 if ((hr.u.cu.chars8.remaining_chars == 0) in hpi_control_get_string() 1743 *pstatus = hr.u.cu.cobranet.status.status; in hpi_cobranet_hmi_get_status() 1746 hr.u.cu.cobranet.status.readable_size; in hpi_cobranet_hmi_get_status() 1749 hr.u.cu.cobranet.status.writeable_size; in hpi_cobranet_hmi_get_status() 2563 hm.u.cu.attribute = HPI_TUNER_LEVEL_AVG; in hpi_tuner_get_rf_level() 2566 *pw_level = hr.u.cu.tuner.s_level; in hpi_tuner_get_rf_level() 2579 hm.u.cu.attribute = HPI_TUNER_LEVEL_RAW; in hpi_tuner_get_raw_rf_level() 2582 *pw_level = hr.u.cu.tuner.s_level; in hpi_tuner_get_raw_rf_level() [all …]
|
| H A D | hpi_internal.h | 1015 struct hpi_control_union_msg cu; member 1076 union hpi_control_union_res cu; member 1184 struct hpi_control_union_msg cu; member 1203 union hpi_control_union_res cu; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_umr.h | 50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
|
| H A D | amdgpu_gfx.c | 116 unsigned int se, sh, cu; in amdgpu_gfx_parse_disable_cu() local 127 int ret = sscanf(p, "%u.%u.%u", &se, &sh, &cu); in amdgpu_gfx_parse_disable_cu() 134 if (se < max_se && sh < max_sh && cu < 16) { in amdgpu_gfx_parse_disable_cu() 135 drm_info(adev_to_drm(adev), "Disabling CU %u.%u.%u\n", se, sh, cu); in amdgpu_gfx_parse_disable_cu() 136 mask[se * max_sh + sh] |= 1u << cu; in amdgpu_gfx_parse_disable_cu() 139 se, sh, cu); in amdgpu_gfx_parse_disable_cu() 538 int i, se, sh, cu, cu_bitmap_sh_mul; in amdgpu_gfx_mqd_symmetrically_map_cu_mask() local 566 for (cu = 0; cu < 16; cu += cu_inc) { in amdgpu_gfx_mqd_symmetrically_map_cu_mask() 569 if (cu_per_sh[se][sh] > cu) { in amdgpu_gfx_mqd_symmetrically_map_cu_mask() 571 se_mask[se] |= en_mask << (cu + sh * 16); in amdgpu_gfx_mqd_symmetrically_map_cu_mask()
|
| /linux/drivers/s390/cio/ |
| H A D | chsc.c | 1531 u16 cu; member 1568 int chsc_scud(u16 cu, u64 *esm, u8 *esm_valid) in chsc_scud() argument 1579 scud->first_cu = cu; in chsc_scud() 1580 scud->last_cu = cu; in chsc_scud() 1588 || scud->cudb[0].cu != cu)) { in chsc_scud() 1593 scud->fmt_resp, scud->cudb[0].flags, scud->cudb[0].cu); in chsc_scud()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_message.c | 515 struct amdxdna_cu_config *cu = &hwctx->cus->cu_configs[i]; in aie2_config_cu() local 517 if (XDNA_MBZ_DBG(xdna, cu->pad, sizeof(cu->pad))) in aie2_config_cu() 520 gobj = drm_gem_object_lookup(hwctx->client->filp, cu->cu_bo); in aie2_config_cu() 535 req.cfgs[i] |= FIELD_PREP(AIE2_MSG_CFG_CU_FUNC, cu->cu_func); in aie2_config_cu()
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | programming-language.rst | 40 ``__attribute__((__pure__))``) con el fin de detectar cuáles se pueden
|
| H A D | security-bugs.rst | 11 serio. Como tal, nos gustaría saber cuándo se encuentra un error de
|
| H A D | management-style.rst | 36 de cuál es la respuesta. 134 Si no está claro cuál enfoque es mejor, lo descubrirán. La respuesta puede
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | hfi_cmds.c | 1229 struct hfi_videocores_usage_type *in = pdata, *cu = prop_data; in pkt_session_set_property_4xx() local 1231 cu->video_core_enable_mask = in->video_core_enable_mask; in pkt_session_set_property_4xx() 1232 pkt->shdr.hdr.size += sizeof(u32) + sizeof(*cu); in pkt_session_set_property_4xx()
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_defs.h | 852 } cu; member
|
| /linux/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | |
| H A D | annotate-data.c | 847 return (die_a->cu == die_b->cu) && (die_a->addr == die_b->addr); in die_is_same()
|