Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
490 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local502 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()503 image_len = crat_table->length; in kfd_parse_crat_table()519 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()520 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()522 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()524 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()774 struct acpi_table_header *crat_table; in kfd_create_crat_image_acpi() local785 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table); in kfd_create_crat_image_acpi()801 pcrat_image = kvmalloc(crat_table->length, GFP_KERNEL); in kfd_create_crat_image_acpi()[all …]