Searched defs:kfd_cache_properties (Results 1 – 1 of 1) sorted by relevance
83 struct kfd_cache_properties { struct84 struct list_head list;85 uint32_t processor_id_low;86 uint32_t cache_level;87 uint32_t cache_size;88 uint32_t cacheline_size;89 uint32_t cachelines_per_tag;90 uint32_t cache_assoc;91 uint32_t cache_latency;92 uint32_t cache_type;[all …]