Searched defs:kfd_cache_properties (Results 1 – 1 of 1) sorted by relevance
115 struct kfd_cache_properties { struct116 struct list_head list;117 uint32_t processor_id_low;118 uint32_t cache_level;119 uint32_t cache_size;120 uint32_t cacheline_size;121 uint32_t cachelines_per_tag;122 uint32_t cache_assoc;123 uint32_t cache_latency;124 uint32_t cache_type;[all …]