Searched refs:acpi_table (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/acpi/ |
D | acpi_configfs.c | 21 struct acpi_table { struct 31 struct acpi_table *table; in acpi_table_aml_write() argument 37 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write() 54 table = container_of(cfg, struct acpi_table, cfg); in acpi_table_aml_write() 71 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in get_header() 214 struct acpi_table *table; in acpi_table_make_item() 227 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); in acpi_table_drop_item()
|
/Linux-v5.10/arch/x86/boot/compressed/ |
D | acpi.c | 304 unsigned long root_table, acpi_table; in get_acpi_srat_table() local 349 acpi_table = *(u32 *)entry; in get_acpi_srat_table() 351 acpi_table = *(u64 *)entry; in get_acpi_srat_table() 353 if (acpi_table) { in get_acpi_srat_table() 354 header = (struct acpi_table_header *)acpi_table; in get_acpi_srat_table() 357 return acpi_table; in get_acpi_srat_table()
|
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 957 struct acpi_table_header *acpi_table; in kfd_create_vcrat_image_cpu() local 982 status = acpi_get_table("DSDT", 0, &acpi_table); in kfd_create_vcrat_image_cpu() 986 crat_table->oem_revision = acpi_table->revision; in kfd_create_vcrat_image_cpu() 987 memcpy(crat_table->oem_id, acpi_table->oem_id, in kfd_create_vcrat_image_cpu() 989 memcpy(crat_table->oem_table_id, acpi_table->oem_table_id, in kfd_create_vcrat_image_cpu()
|