Lines Matching defs:kfd_cache_properties
94 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;
104 uint8_t sibling_map[CACHE_SIBLINGMAP_SIZE];
105 struct kfd_node *gpu;
106 struct kobject *kobj;
107 struct attribute attr;
108 uint32_t sibling_map_size;