Home
last modified time | relevance | path

Searched refs:crat_table (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c1370 struct crat_header *crat_table = (struct crat_header *)crat_image; in kfd_parse_crat_table() local
1382 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() local
1895 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 …]