Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dacpi.c609 acpi_find_table_via_xsdt(XSDT_DESCRIPTOR *xsdtp, const char *signature) in acpi_find_table_via_xsdt() argument
611 SEARCH_FOR_ACPI_TABLE(xsdtp, signature, UINT64); in acpi_find_table_via_xsdt()
628 static XSDT_DESCRIPTOR *xsdtp = NULL; in acpi_find_table() local
639 if (__improbable(rsdp == NULL || (rsdtp == NULL && xsdtp == NULL))) { in acpi_find_table()
665 xsdtp = PHYSMAP_PTOV(rsdp->XsdtPhysicalAddress); in acpi_find_table()
666 if (cksum8((uint8_t *)xsdtp, xsdtp->Length) != 0) { in acpi_find_table()
669 xsdtp = NULL; in acpi_find_table()
678 xsdtp = NULL; in acpi_find_table()
694 assert(xsdtp != NULL || rsdtp != NULL); in acpi_find_table()
696 if (__probable(xsdtp != NULL)) { in acpi_find_table()
[all …]