crat_image        482 drivers/gpu/drm/amd/amdkfd/kfd_crat.c int kfd_parse_crat_table(void *crat_image, struct list_head *device_list,
crat_image        489 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	struct crat_header *crat_table = (struct crat_header *)crat_image;
crat_image        493 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	if (!crat_image)
crat_image        525 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 			((char *)crat_image) + image_len) {
crat_image        747 drivers/gpu/drm/amd/amdkfd/kfd_crat.c int kfd_create_crat_image_acpi(void **crat_image, size_t *size)
crat_image        753 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	if (!crat_image)
crat_image        756 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	*crat_image = NULL;
crat_image        779 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	*crat_image = pcrat_image;
crat_image       1337 drivers/gpu/drm/amd/amdkfd/kfd_crat.c int kfd_create_crat_image_virtual(void **crat_image, size_t *size,
crat_image       1344 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	if (!crat_image)
crat_image       1347 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	*crat_image = NULL;
crat_image       1382 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		*crat_image = pcrat_image;
crat_image       1395 drivers/gpu/drm/amd/amdkfd/kfd_crat.c void kfd_destroy_crat_image(void *crat_image)
crat_image       1397 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	kfree(crat_image);
crat_image        319 drivers/gpu/drm/amd/amdkfd/kfd_crat.h int kfd_create_crat_image_acpi(void **crat_image, size_t *size);
crat_image        320 drivers/gpu/drm/amd/amdkfd/kfd_crat.h void kfd_destroy_crat_image(void *crat_image);
crat_image        321 drivers/gpu/drm/amd/amdkfd/kfd_crat.h int kfd_parse_crat_table(void *crat_image, struct list_head *device_list,
crat_image        323 drivers/gpu/drm/amd/amdkfd/kfd_crat.h int kfd_create_crat_image_virtual(void **crat_image, size_t *size,
crat_image        951 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	void *crat_image = NULL;
crat_image        985 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	ret = kfd_create_crat_image_acpi(&crat_image, &image_size);
crat_image        987 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		ret = kfd_parse_crat_table(crat_image,
crat_image        994 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 			kfd_destroy_crat_image(crat_image);
crat_image        995 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 			crat_image = NULL;
crat_image        999 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	if (!crat_image) {
crat_image       1000 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		ret = kfd_create_crat_image_virtual(&crat_image, &image_size,
crat_image       1009 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		ret = kfd_parse_crat_table(crat_image,
crat_image       1050 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	kfd_destroy_crat_image(crat_image);
crat_image       1197 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	void *crat_image = NULL;
crat_image       1218 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		res = kfd_create_crat_image_virtual(&crat_image, &image_size,
crat_image       1226 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		res = kfd_parse_crat_table(crat_image,
crat_image       1370 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	kfd_destroy_crat_image(crat_image);