acpi_table
unsigned long root_table, acpi_table;
acpi_table = *(u32 *)entry;
acpi_table = *(u64 *)entry;
if (acpi_table) {
header = (struct acpi_table_header *)acpi_table;
return acpi_table;
struct acpi_table *table;
struct acpi_table *table = container_of(cfg, struct acpi_table, cfg);
struct acpi_table *table;
table = container_of(cfg, struct acpi_table, cfg);
table = container_of(cfg, struct acpi_table, cfg);
struct acpi_table *table = container_of(cfg, struct acpi_table, cfg);
struct acpi_table_header *acpi_table;
status = acpi_get_table("DSDT", 0, &acpi_table);
crat_table->oem_revision = acpi_table->revision;
memcpy(crat_table->oem_id, acpi_table->oem_id,
memcpy(crat_table->oem_table_id, acpi_table->oem_table_id,
acpi_put_table(acpi_table);