HomeSort by: relevance | last modified time | path
    Searched defs:crat_table (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_crat.c 495 struct crat_header *crat_table = (struct crat_header *)crat_image; local in function:kfd_parse_crat_table
507 num_nodes = crat_table->num_domains;
508 image_len = crat_table->length;
524 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH);
525 memcpy(top_dev->oem_table_id, crat_table->oem_table_id,
527 top_dev->oem_revision = crat_table->oem_revision;
529 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1);
761 struct acpi_table_header *crat_table; local in function:kfd_create_crat_image_acpi
771 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table);
787 pcrat_image = kmemdup(crat_table, crat_table->length, GFP_KERNEL)
943 struct crat_header *crat_table = (struct crat_header *)pcrat_image; local in function:kfd_create_vcrat_image_cpu
1153 struct crat_header *crat_table = (struct crat_header *)pcrat_image; local in function:kfd_create_vcrat_image_gpu
    [all...]
kfd_crat.c 495 struct crat_header *crat_table = (struct crat_header *)crat_image; local in function:kfd_parse_crat_table
507 num_nodes = crat_table->num_domains;
508 image_len = crat_table->length;
524 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH);
525 memcpy(top_dev->oem_table_id, crat_table->oem_table_id,
527 top_dev->oem_revision = crat_table->oem_revision;
529 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1);
761 struct acpi_table_header *crat_table; local in function:kfd_create_crat_image_acpi
771 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table);
787 pcrat_image = kmemdup(crat_table, crat_table->length, GFP_KERNEL)
943 struct crat_header *crat_table = (struct crat_header *)pcrat_image; local in function:kfd_create_vcrat_image_cpu
1153 struct crat_header *crat_table = (struct crat_header *)pcrat_image; local in function:kfd_create_vcrat_image_gpu
    [all...]
kfd_crat.c 495 struct crat_header *crat_table = (struct crat_header *)crat_image; local in function:kfd_parse_crat_table
507 num_nodes = crat_table->num_domains;
508 image_len = crat_table->length;
524 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH);
525 memcpy(top_dev->oem_table_id, crat_table->oem_table_id,
527 top_dev->oem_revision = crat_table->oem_revision;
529 sub_type_hdr = (struct crat_subtype_generic *)(crat_table+1);
761 struct acpi_table_header *crat_table; local in function:kfd_create_crat_image_acpi
771 status = acpi_get_table(CRAT_SIGNATURE, 0, &crat_table);
787 pcrat_image = kmemdup(crat_table, crat_table->length, GFP_KERNEL)
943 struct crat_header *crat_table = (struct crat_header *)pcrat_image; local in function:kfd_create_vcrat_image_cpu
1153 struct crat_header *crat_table = (struct crat_header *)pcrat_image; local in function:kfd_create_vcrat_image_gpu
    [all...]

Completed in 187 milliseconds