Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h94 struct kfd_cache_properties { struct
95 struct list_head list;
96 uint32_t processor_id_low;
97 uint32_t cache_level;
98 uint32_t cache_size;
99 uint32_t cacheline_size;
100 uint32_t cachelines_per_tag;
101 uint32_t cache_assoc;
102 uint32_t cache_latency;
103 uint32_t cache_type;
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h123 struct kfd_cache_properties { struct
124 struct list_head list;
125 uint32_t processor_id_low;
126 uint32_t cache_level;
127 uint32_t cache_size;
128 uint32_t cacheline_size;
129 uint32_t cachelines_per_tag;
130 uint32_t cache_assoc;
131 uint32_t cache_latency;
132 uint32_t cache_type;
[all …]