Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/tables/
H A Dtbxfroot.c282 (ACPI_PHYSICAL_ADDRESS) ACPI_EBDA_PTR_LOCATION, in AcpiFindRootPointer()
288 ACPI_EBDA_PTR_LOCATION, ACPI_EBDA_PTR_LENGTH)); in AcpiFindRootPointer()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacconfig.h296 #define ACPI_EBDA_PTR_LOCATION 0x0000040E /* Physical Address */ macro
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosacpi.c92 addr = (uint16_t *)PTOV(ACPI_EBDA_PTR_LOCATION); in biosacpi_find_rsdp()