Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
489 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local501 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()502 image_len = crat_table->length; in kfd_parse_crat_table()518 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()519 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()521 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()523 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()749 struct acpi_table_header *crat_table; in kfd_create_crat_image_acpi() local759 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); in kfd_create_crat_image_acpi()775 pcrat_image = kmemdup(crat_table, crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()[all …]