Lines Matching refs:kfd_cache_properties
115 struct kfd_cache_properties *cache; in kfd_release_topology_device()
131 struct kfd_cache_properties, list); in kfd_release_topology_device()
330 struct kfd_cache_properties *cache; in kfd_cache_show()
334 cache = container_of(attr, struct kfd_cache_properties, attr); in kfd_cache_show()
562 struct kfd_cache_properties *cache; in kfd_remove_sysfs_node_entry()
638 struct kfd_cache_properties *cache; in kfd_build_sysfs_node_entry()
1146 struct kfd_cache_properties *cache; in kfd_assign_gpu()
1611 static int fill_in_l1_pcache(struct kfd_cache_properties **props_ext, in fill_in_l1_pcache()
1619 struct kfd_cache_properties *pcache = NULL; in fill_in_l1_pcache()
1635 memset(pcache, 0, sizeof(struct kfd_cache_properties)); in fill_in_l1_pcache()
1673 static int fill_in_l2_l3_pcache(struct kfd_cache_properties **props_ext, in fill_in_l2_l3_pcache()
1684 struct kfd_cache_properties *pcache = NULL; in fill_in_l2_l3_pcache()
1719 memset(pcache, 0, sizeof(struct kfd_cache_properties)); in fill_in_l2_l3_pcache()
1789 struct kfd_cache_properties *props_ext = NULL; in kfd_fill_cache_non_crat_info()