Searched refs:sAcpiXsdt (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/efi/
H A Dacpi.cpp39 static acpi_descriptor_header* sAcpiXsdt; // Extended System Description Table variable
132 sAcpiXsdt = rsdt;
192 else if (sAcpiXsdt != NULL)
193 return acpi_find_table_generic<uint64>(signature, sAcpiXsdt);
/haiku/src/system/boot/platform/bios_ia32/
H A Dacpi.cpp36 static acpi_descriptor_header* sAcpiXsdt; // Extended System Description Table variable
140 sAcpiXsdt = rsdt;
218 else if (sAcpiXsdt != NULL)
219 return acpi_find_table_generic<uint64>(signature, sAcpiXsdt);

Completed in 216 milliseconds