Searched refs:pcrat_image (Results 1 – 1 of 1) sorted by relevance
776 void *pcrat_image; in kfd_create_crat_image_acpi() local800 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()801 if (!pcrat_image) in kfd_create_crat_image_acpi()804 memcpy(pcrat_image, crat_table, crat_table->length); in kfd_create_crat_image_acpi()805 *crat_image = pcrat_image; in kfd_create_crat_image_acpi()954 static int kfd_create_vcrat_image_cpu(void *pcrat_image, size_t *size) in kfd_create_vcrat_image_cpu() argument956 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu()967 if (!pcrat_image) in kfd_create_vcrat_image_cpu()1162 static int kfd_create_vcrat_image_gpu(void *pcrat_image, in kfd_create_vcrat_image_gpu() argument1166 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_gpu()[all …]