Searched refs:pcrat_image (Results 1 – 1 of 1) sorted by relevance
776 void *pcrat_image; in kfd_create_crat_image_acpi() local801 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()802 if (!pcrat_image) { in kfd_create_crat_image_acpi()807 memcpy(pcrat_image, crat_table, crat_table->length); in kfd_create_crat_image_acpi()808 *crat_image = pcrat_image; in kfd_create_crat_image_acpi()958 static int kfd_create_vcrat_image_cpu(void *pcrat_image, size_t *size) in kfd_create_vcrat_image_cpu() argument960 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu()971 if (!pcrat_image) in kfd_create_vcrat_image_cpu()1170 static int kfd_create_vcrat_image_gpu(void *pcrat_image, in kfd_create_vcrat_image_gpu() argument1174 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_gpu()[all …]