Searched refs:crat_header (Results 1 – 2 of 2) sorted by relevance
1370 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table()1875 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu()1892 avail_size -= sizeof(struct crat_header); in kfd_create_vcrat_image_cpu()1896 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_cpu()1899 crat_table->length = sizeof(struct crat_header); in kfd_create_vcrat_image_cpu()2236 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_gpu()2254 avail_size -= sizeof(struct crat_header); in kfd_create_vcrat_image_gpu()2255 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_gpu()2260 crat_table->length = sizeof(struct crat_header); in kfd_create_vcrat_image_gpu()2423 dyn_size = sizeof(struct crat_header) + in kfd_create_crat_image_virtual()
49 struct crat_header { struct
Completed in 11 milliseconds