Lines Matching refs:Dsdt
378 * the FADT. Used for the FACS and DSDT addresses.
382 * Check for FACS and DSDT address mismatches. An address mismatch between
384 * DSDT/X_DSDT) could be a corrupted address field or it might indicate
385 * the presence of two FACS or two DSDT tables.
441 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
442 * (FADT contains the addresses of the DSDT and FACS)
458 * and it contains pointers to both the DSDT and FACS tables.
473 * checksum error as we want to try to get the DSDT and FACS.
485 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
660 * Expand the 32-bit DSDT addresses to 64-bit as necessary.
663 AcpiGbl_FADT.XDsdt = AcpiTbSelectAddress (__UNCONST("DSDT"),
664 AcpiGbl_FADT.Dsdt, AcpiGbl_FADT.XDsdt);