Home
last modified time | relevance | path

Searched refs:processor_id_low (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_crat.h104 uint32_t processor_id_low; member
163 uint32_t processor_id_low; member
192 uint32_t processor_id_low; member
223 uint32_t processor_id_low; member
H A Dkfd_crat.c154 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()
159 cu->processor_id_low); in kfd_populated_cu_info_cpu()
165 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()
176 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low); in kfd_populated_cu_info_gpu()
298 id = cache->processor_id_low; in kfd_parse_subtype_cache()
323 props->processor_id_low = id; in kfd_parse_subtype_cache()
580 pcache->processor_id_low = cu_processor_id in fill_in_pcache()
836 sub_type_hdr->processor_id_low = kfd_numa_node_to_apic_id(numa_node_id); in kfd_fill_cu_for_cpu()
837 if (sub_type_hdr->processor_id_low == -1) in kfd_fill_cu_for_cpu()
1213 cu->processor_id_low = get_and_inc_gpu_processor_id(total_num_of_cu); in kfd_create_vcrat_image_gpu()
[all …]
H A Dkfd_topology.h122 uint32_t processor_id_low; member
H A Dkfd_topology.c349 cache->processor_id_low); in kfd_cache_show()