Searched refs:processor_id_low (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.h | 102 uint32_t processor_id_low; member 161 uint32_t processor_id_low; member 190 uint32_t processor_id_low; member 221 uint32_t processor_id_low; member
|
H A D | kfd_crat.c | 149 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu() 154 cu->processor_id_low); in kfd_populated_cu_info_cpu() 160 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu() 171 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low); in kfd_populated_cu_info_gpu() 293 id = cache->processor_id_low; in kfd_parse_subtype_cache() 318 props->processor_id_low = id; in kfd_parse_subtype_cache() 578 pcache->processor_id_low = cu_processor_id in fill_in_pcache() 583 /* Sibling map is w.r.t processor_id_low, so shift out in fill_in_pcache() 856 sub_type_hdr->processor_id_low = kfd_numa_node_to_apic_id(numa_node_id); in kfd_fill_cu_for_cpu() 857 if (sub_type_hdr->processor_id_low in kfd_fill_cu_for_cpu() [all...] |
H A D | kfd_topology.h | 125 uint32_t processor_id_low; member
|
H A D | kfd_topology.c | 349 sysfs_show_32bit_prop(buffer, offs, "processor_id_low", in kfd_cache_show() 350 cache->processor_id_low); in kfd_cache_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.h | 106 uint32_t processor_id_low; member 165 uint32_t processor_id_low; member 194 uint32_t processor_id_low; member 225 uint32_t processor_id_low; member
|
H A D | kfd_crat.c | 935 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu() 940 cu->processor_id_low); in kfd_populated_cu_info_cpu() 946 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu() 957 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low); in kfd_populated_cu_info_gpu() 1079 id = cache->processor_id_low; in kfd_parse_subtype_cache() 1104 props->processor_id_low = id; in kfd_parse_subtype_cache() 1576 sub_type_hdr->processor_id_low = kfd_numa_node_to_apic_id(numa_node_id); in kfd_fill_cu_for_cpu() 1577 if (sub_type_hdr->processor_id_low == -1) in kfd_fill_cu_for_cpu() 2098 cu->processor_id_low = get_and_inc_gpu_processor_id(total_num_of_cu); in kfd_create_vcrat_image_gpu()
|
H A D | kfd_topology.h | 96 uint32_t processor_id_low; member
|
H A D | kfd_topology.c | 352 sysfs_show_32bit_prop(buffer, offs, "processor_id_low", in kfd_cache_show() 353 cache->processor_id_low); in kfd_cache_show() 1565 pcache->processor_id_low = cu_processor_id + (first_active_cu - 1); in fill_in_l1_pcache() 1578 /* Sibling map is w.r.t processor_id_low, so shift out in fill_in_l1_pcache() 1629 pcache->processor_id_low = cu_processor_id in fill_in_l2_l3_pcache() 1643 /* Sibling map is w.r.t processor_id_low, so shift out in fill_in_l2_l3_pcache()
|
Completed in 18 milliseconds