Searched defs:kfd_cache_properties (Results 1 – 1 of 1) sorted by relevance
107 struct kfd_cache_properties { struct108 struct list_head list;109 uint32_t processor_id_low;110 uint32_t cache_level;111 uint32_t cache_size;112 uint32_t cacheline_size;113 uint32_t cachelines_per_tag;114 uint32_t cache_assoc;115 uint32_t cache_latency;116 uint32_t cache_type;[all …]