Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/acpica/
H A Dacpi_machdep.c145 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
160 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
162 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/f-stack/freebsd/i386/acpica/
H A Dacpi_machdep.c185 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
201 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
203 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()
/f-stack/freebsd/amd64/acpica/
H A Dacpi_machdep.c167 ACPI_PHYSICAL_ADDRESS rsdp_ptr; in acpi_find_table() local
183 if ((rsdp_ptr = AcpiOsGetRootPointer()) == 0) in acpi_find_table()
185 rsdp = pmap_mapbios(rsdp_ptr, sizeof(ACPI_TABLE_RSDP)); in acpi_find_table()