Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
479 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local491 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()492 image_len = crat_table->length; in kfd_parse_crat_table()508 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()509 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()511 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()513 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()724 struct acpi_table_header *crat_table; in kfd_create_crat_image_acpi() local734 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); in kfd_create_crat_image_acpi()750 pcrat_image = kmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()[all …]