Home
last modified time | relevance | path

Searched refs:crat_subtype_cache (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_crat.c1084 struct crat_subtype_cache *cache; in kfd_parse_subtype()
1098 cache = (struct crat_subtype_cache *)sub_type_hdr; in kfd_parse_subtype()
1197 static int fill_in_l1_pcache(struct crat_subtype_cache *pcache, in fill_in_l1_pcache()
1209 if (sizeof(struct crat_subtype_cache) > mem_available) in fill_in_l1_pcache()
1223 memset(pcache, 0, sizeof(struct crat_subtype_cache)); in fill_in_l1_pcache()
1225 pcache->length = sizeof(struct crat_subtype_cache); in fill_in_l1_pcache()
1262 if (sizeof(struct crat_subtype_cache) > mem_available) in fill_in_l2_l3_pcache()
1275 memset(pcache, 0, sizeof(struct crat_subtype_cache)); in fill_in_l2_l3_pcache()
1277 pcache->length = sizeof(struct crat_subtype_cache); in fill_in_l2_l3_pcache()
1330 struct crat_subtype_cache *pcache, in kfd_fill_gpu_cache_info()
[all …]
A Dkfd_crat.h156 struct crat_subtype_cache { struct

Completed in 8 milliseconds