HomeSort by: relevance | last modified time | path
    Searched refs:processor_id_low (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.h 104 uint32_t processor_id_low; member in struct:crat_subtype_computeunit
163 uint32_t processor_id_low; member in struct:crat_subtype_cache
192 uint32_t processor_id_low; member in struct:crat_subtype_tlb
223 uint32_t processor_id_low; member in struct:crat_subtype_ccompute
kfd_crat.c 154 dev->node_props.cpu_core_id_base = cu->processor_id_low;
159 cu->processor_id_low);
165 dev->node_props.simd_id_base = cu->processor_id_low;
176 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low);
298 id = cache->processor_id_low;
323 props->processor_id_low = id;
580 pcache->processor_id_low = cu_processor_id
585 /* Sibling map is w.r.t processor_id_low, so shift out
836 sub_type_hdr->processor_id_low = kfd_numa_node_to_apic_id(numa_node_id);
837 if (sub_type_hdr->processor_id_low == -1
    [all...]
kfd_topology.h 122 uint32_t processor_id_low; member in struct:kfd_cache_properties
kfd_topology.c 348 sysfs_show_32bit_prop(buffer, "processor_id_low",
349 cache->processor_id_low);

Completed in 36 milliseconds