Home
last modified time | relevance | path

Searched refs:xsdtp (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/osfmk/i386/
H A Dacpi.c612 acpi_find_table_via_xsdt(XSDT_DESCRIPTOR *xsdtp, const char *signature) in acpi_find_table_via_xsdt() argument
614 SEARCH_FOR_ACPI_TABLE(xsdtp, signature, UINT64); in acpi_find_table_via_xsdt()
631 static XSDT_DESCRIPTOR *xsdtp = NULL; in acpi_find_table() local
642 if (__improbable(rsdp == NULL || (rsdtp == NULL && xsdtp == NULL))) { in acpi_find_table()
668 xsdtp = PHYSMAP_PTOV(rsdp->XsdtPhysicalAddress); in acpi_find_table()
669 if (cksum8((uint8_t *)xsdtp, xsdtp->Length) != 0) { in acpi_find_table()
672 xsdtp = NULL; in acpi_find_table()
681 xsdtp = NULL; in acpi_find_table()
697 assert(xsdtp != NULL || rsdtp != NULL); in acpi_find_table()
699 if (__probable(xsdtp != NULL)) { in acpi_find_table()
[all …]