acpi_table        304 arch/x86/boot/compressed/acpi.c 	unsigned long root_table, acpi_table;
acpi_table        350 arch/x86/boot/compressed/acpi.c 			acpi_table = *(u32 *)entry;
acpi_table        352 arch/x86/boot/compressed/acpi.c 			acpi_table = *(u64 *)entry;
acpi_table        354 arch/x86/boot/compressed/acpi.c 		if (acpi_table) {
acpi_table        355 arch/x86/boot/compressed/acpi.c 			header = (struct acpi_table_header *)acpi_table;
acpi_table        358 arch/x86/boot/compressed/acpi.c 				return acpi_table;
acpi_table         30 drivers/acpi/acpi_configfs.c 	struct acpi_table *table;
acpi_table         33 drivers/acpi/acpi_configfs.c 	table = container_of(cfg, struct acpi_table, cfg);
acpi_table         50 drivers/acpi/acpi_configfs.c 	table = container_of(cfg, struct acpi_table, cfg);
acpi_table         67 drivers/acpi/acpi_configfs.c 	struct acpi_table *table = container_of(cfg, struct acpi_table, cfg);
acpi_table        210 drivers/acpi/acpi_configfs.c 	struct acpi_table *table;
acpi_table        223 drivers/acpi/acpi_configfs.c 	struct acpi_table *table = container_of(cfg, struct acpi_table, cfg);
acpi_table        932 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	struct acpi_table_header *acpi_table;
acpi_table        957 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 	status = acpi_get_table("DSDT", 0, &acpi_table);
acpi_table        961 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		crat_table->oem_revision = acpi_table->revision;
acpi_table        962 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		memcpy(crat_table->oem_id, acpi_table->oem_id,
acpi_table        964 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		memcpy(crat_table->oem_table_id, acpi_table->oem_table_id,