Searched refs:pcrat_image (Results 1 – 1 of 1) sorted by relevance
1741 void *pcrat_image; in kfd_create_crat_image_acpi() local1766 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()1767 if (!pcrat_image) { in kfd_create_crat_image_acpi()1772 memcpy(pcrat_image, crat_table, crat_table->length); in kfd_create_crat_image_acpi()1773 *crat_image = pcrat_image; in kfd_create_crat_image_acpi()1923 static int kfd_create_vcrat_image_cpu(void *pcrat_image, size_t *size) in kfd_create_vcrat_image_cpu() argument1925 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu()1936 if (!pcrat_image) in kfd_create_vcrat_image_cpu()2254 static int kfd_create_vcrat_image_gpu(void *pcrat_image, in kfd_create_vcrat_image_gpu() argument2258 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_gpu()[all …]