Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm64/acpica/
H A Dacpi_machdep.c143 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
158 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
160 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd-14.2/sys/i386/acpica/
H A Dacpi_machdep.c183 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
199 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
201 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd-14.2/sys/amd64/acpica/
H A Dacpi_machdep.c165 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
181 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
183 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()