Home
last modified time | relevance | path

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

/freebsd/sys/x86/acpica/
H A DOsdEnvironment.c39 static u_long acpi_root_phys; variable
41 SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &acpi_root_phys, 0,
84 KASSERT(acpi_root_phys == 0, ("ACPI root pointer already set")); in acpi_set_root()
85 acpi_root_phys = addr; in acpi_set_root()
92 if (acpi_root_phys == 0) { in AcpiOsGetRootPointer()
94 if (acpi_root_phys == 0) in AcpiOsGetRootPointer()
98 return (acpi_root_phys); in AcpiOsGetRootPointer()
/freebsd/sys/arm64/acpica/
H A DOsdEnvironment.c37 static u_long acpi_root_phys; variable
39 SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &acpi_root_phys, 0,
80 if (acpi_root_phys == 0) in AcpiOsGetRootPointer()
81 acpi_root_phys = acpi_get_root_from_loader(); in AcpiOsGetRootPointer()
83 return (acpi_root_phys); in AcpiOsGetRootPointer()