Searched refs:crat_table (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 493 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local 505 num_nodes = crat_table->num_domains; in kfd_parse_crat_table() 506 image_len = crat_table->length; in kfd_parse_crat_table() 522 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table() 523 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table() 525 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table() 527 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table() 777 struct acpi_table_header *crat_table; in kfd_create_crat_image_acpi() local 788 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); in kfd_create_crat_image_acpi() 804 pcrat_image = kvmalloc(crat_table in kfd_create_crat_image_acpi() 963 struct crat_header *crat_table = (struct crat_header *)pcrat_image; kfd_create_vcrat_image_cpu() local 1177 struct crat_header *crat_table = (struct crat_header *)pcrat_image; kfd_create_vcrat_image_gpu() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_crat.c | 1280 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local 1292 num_nodes = crat_table->num_domains; in kfd_parse_crat_table() 1293 image_len = crat_table->length; in kfd_parse_crat_table() 1309 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table() 1310 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table() 1312 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table() 1314 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table() 1683 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu() local 1704 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_cpu() 1705 memcpy(&crat_table in kfd_create_vcrat_image_cpu() 2039 struct crat_header *crat_table = (struct crat_header *)pcrat_image; kfd_create_vcrat_image_gpu() local [all...] |
Completed in 3 milliseconds