HomeSort by: relevance | last modified time | path
    Searched defs:pcrat_image (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 763 void *pcrat_image; local in function:kfd_create_crat_image_acpi
787 pcrat_image = kmemdup(crat_table, crat_table->length, GFP_KERNEL);
788 if (!pcrat_image)
791 *crat_image = pcrat_image;
937 * @pcrat_image: Fill in VCRAT for CPU
941 static int kfd_create_vcrat_image_cpu(void *pcrat_image, size_t *size)
943 struct crat_header *crat_table = (struct crat_header *)pcrat_image;
954 if (!pcrat_image || avail_size < VCRAT_SIZE_FOR_CPU)
1145 * @pcrat_image: Fill in VCRAT for GPU
1149 static int kfd_create_vcrat_image_gpu(void *pcrat_image,
1353 void *pcrat_image = NULL; local in function:kfd_create_crat_image_virtual
    [all...]
kfd_crat.c 763 void *pcrat_image; local in function:kfd_create_crat_image_acpi
787 pcrat_image = kmemdup(crat_table, crat_table->length, GFP_KERNEL);
788 if (!pcrat_image)
791 *crat_image = pcrat_image;
937 * @pcrat_image: Fill in VCRAT for CPU
941 static int kfd_create_vcrat_image_cpu(void *pcrat_image, size_t *size)
943 struct crat_header *crat_table = (struct crat_header *)pcrat_image;
954 if (!pcrat_image || avail_size < VCRAT_SIZE_FOR_CPU)
1145 * @pcrat_image: Fill in VCRAT for GPU
1149 static int kfd_create_vcrat_image_gpu(void *pcrat_image,
1353 void *pcrat_image = NULL; local in function:kfd_create_crat_image_virtual
    [all...]

Completed in 27 milliseconds