Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
1240 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local1252 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()1253 image_len = crat_table->length; in kfd_parse_crat_table()1269 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()1270 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()1272 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()1274 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()1739 struct acpi_table_header *crat_table; in kfd_create_crat_image_acpi() local1755 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); in kfd_create_crat_image_acpi()1766 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()[all …]