Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
1370 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local1382 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()1383 image_len = crat_table->length; in kfd_parse_crat_table()1399 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()1400 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()1402 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()1404 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()1874 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu() local1895 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_cpu()1896 memcpy(&crat_table->signature, CRAT_SIGNATURE, in kfd_create_vcrat_image_cpu()[all …]