Lines Matching defs:kfd_cache_properties
123 struct kfd_cache_properties { struct
124 struct list_head list;
125 uint32_t processor_id_low;
126 uint32_t cache_level;
127 uint32_t cache_size;
128 uint32_t cacheline_size;
129 uint32_t cachelines_per_tag;
130 uint32_t cache_assoc;
131 uint32_t cache_latency;
132 uint32_t cache_type;
133 uint8_t sibling_map[CRAT_SIBLINGMAP_SIZE];
134 struct kfd_dev *gpu;
135 struct kobject *kobj;
136 struct attribute attr;