Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
1142 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local1154 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()1155 image_len = crat_table->length; in kfd_parse_crat_table()1171 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()1172 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()1174 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()1176 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()1545 struct acpi_table_header *crat_table; in kfd_create_crat_image_acpi() local1561 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); in kfd_create_crat_image_acpi()1572 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()[all …]