Searched refs:pcrat_image (Results 1 – 1 of 1) sorted by relevance
1547 void *pcrat_image; in kfd_create_crat_image_acpi() local1572 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()1573 if (!pcrat_image) { in kfd_create_crat_image_acpi()1578 memcpy(pcrat_image, crat_table, crat_table->length); in kfd_create_crat_image_acpi()1579 *crat_image = pcrat_image; in kfd_create_crat_image_acpi()1729 static int kfd_create_vcrat_image_cpu(void *pcrat_image, size_t *size) in kfd_create_vcrat_image_cpu() argument1731 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu()1742 if (!pcrat_image) in kfd_create_vcrat_image_cpu()2062 static int kfd_create_vcrat_image_gpu(void *pcrat_image, in kfd_create_vcrat_image_gpu() argument2066 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_gpu()[all …]