Lines Matching defs:Facs
186 ACPI_TABLE_FACS *Facs;
189 /* If Hardware Reduced flag is set, there is no FACS */
197 (!AcpiGbl_FADT.Facs || !AcpiGbl_Use32BitFacsAddresses))
200 ACPI_CAST_INDIRECT_PTR (ACPI_TABLE_HEADER, &Facs));
201 AcpiGbl_FACS = Facs;
203 else if (AcpiGbl_FADT.Facs)
206 ACPI_CAST_INDIRECT_PTR (ACPI_TABLE_HEADER, &Facs));
207 AcpiGbl_FACS = Facs;
210 /* If there is no FACS, just continue. There was already an error msg */
379 * NOTE: Tables are mapped (not copied) for efficiency. The FACS must