crat_subtype_cache  284 drivers/gpu/drm/amd/amdkfd/kfd_crat.c static int kfd_parse_subtype_cache(struct crat_subtype_cache *cache,
crat_subtype_cache  431 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	struct crat_subtype_cache *cache;
crat_subtype_cache  445 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		cache = (struct crat_subtype_cache *)sub_type_hdr;
crat_subtype_cache  544 drivers/gpu/drm/amd/amdkfd/kfd_crat.c static int fill_in_pcache(struct crat_subtype_cache *pcache,
crat_subtype_cache  556 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	if (sizeof(struct crat_subtype_cache) > mem_available)
crat_subtype_cache  570 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		memset(pcache, 0, sizeof(struct crat_subtype_cache));
crat_subtype_cache  572 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		pcache->length = sizeof(struct crat_subtype_cache);
crat_subtype_cache  613 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			struct crat_subtype_cache *pcache,
crat_subtype_cache 1259 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				(struct crat_subtype_cache *)sub_type_hdr,