acpi_table_parse
acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt);
acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt);
acpi_table_parse(ACPI_SIG_MCFG, early_pci_mcfg_parse);
acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt);
if (!acpi_table_parse(ACPI_SIG_MADT, acpi_parse_madt)) {
if (!acpi_table_parse(ACPI_SIG_MADT, acpi_parse_madt)) {
acpi_table_parse(ACPI_SIG_BOOT, acpi_parse_sbf);
acpi_table_parse(ACPI_SIG_BOOT, acpi_parse_sbf);
acpi_table_parse(ACPI_SIG_FADT, acpi_parse_fadt);
acpi_table_parse(ACPI_SIG_HPET, acpi_parse_hpet);
acpi_table_parse(ACPI_SIG_BGRT, acpi_parse_bgrt);
if (acpi_table_parse(ACPI_SIG_HPET, nvidia_hpet_check)) {
acpi_table_parse(ACPI_SIG_MCFG, pci_parse_mcfg);
acpi_table_parse(ACPI_SIG_MCFG, pci_parse_mcfg);
ret = acpi_table_parse(ACPI_SIG_MRRM, acpi_parse_mrrm);
if (!acpi_table_parse(ACPI_SIG_SRAT, acpi_parse_srat)) {
acpi_table_parse(ACPI_SIG_SLIT, acpi_parse_slit);
int err = acpi_table_parse(ACPI_SIG_MCFG, pci_mcfg_parse);
res = acpi_table_parse(ape->id, ape->probe_table);
int acpi_table_parse(char *id, acpi_tbl_table_handler handler);