Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance
1280 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local1292 num_nodes = crat_table->num_domains; in kfd_parse_crat_table()1293 image_len = crat_table->length; in kfd_parse_crat_table()1309 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); in kfd_parse_crat_table()1310 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, in kfd_parse_crat_table()1312 top_dev->oem_revision = crat_table->oem_revision; in kfd_parse_crat_table()1314 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1); in kfd_parse_crat_table()1683 struct crat_header *crat_table = (struct crat_header *)pcrat_image; in kfd_create_vcrat_image_cpu() local1704 memset(crat_table, 0, sizeof(struct crat_header)); in kfd_create_vcrat_image_cpu()1705 memcpy(&crat_table->signature, CRAT_SIGNATURE, in kfd_create_vcrat_image_cpu()[all …]