Home
last modified time | relevance | path

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

/freebsd/sys/arm64/acpica/
H A Dacpi_machdep.c142 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
157 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
159 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd/sys/amd64/acpica/
H A Dacpi_machdep.c164 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
180 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
182 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/freebsd/sys/i386/acpica/
H A Dacpi_machdep.c182 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
198 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
200 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()