Home
last modified time | relevance | path

Searched defs:kfd_cache_properties (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.h120 struct kfd_cache_properties { struct
121 struct list_head list;
122 uint32_t processor_id_low;
123 uint32_t cache_level;
124 uint32_t cache_size;
125 uint32_t cacheline_size;
126 uint32_t cachelines_per_tag;
127 uint32_t cache_assoc;
128 uint32_t cache_latency;
129 uint32_t cache_type;
[all …]