Searched defs:kfd_cache_properties (Results 1 – 1 of 1) sorted by relevance
100 struct kfd_cache_properties { struct101 struct list_head list;102 uint32_t processor_id_low;103 uint32_t cache_level;104 uint32_t cache_size;105 uint32_t cacheline_size;106 uint32_t cachelines_per_tag;107 uint32_t cache_assoc;108 uint32_t cache_latency;109 uint32_t cache_type;[all …]