Home
last modified time | relevance | path

Searched refs:crat_header (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_crat.c1281 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table()
1753 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu()
1770 avail_size -= sizeof(struct crat_header); in kfd_create_vcrat_image_cpu()
1774 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_cpu()
1777 crat_table->length = sizeof(struct crat_header); in kfd_create_vcrat_image_cpu()
2086 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_gpu()
2103 avail_size -= sizeof(struct crat_header); in kfd_create_vcrat_image_gpu()
2107 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_gpu()
2112 crat_table->length = sizeof(struct crat_header); in kfd_create_vcrat_image_gpu()
2282 dyn_size = sizeof(struct crat_header) + in kfd_create_crat_image_virtual()
A Dkfd_crat.h51 struct crat_header { struct

Completed in 7 milliseconds