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

/freebsd-13-stable/sys/arm64/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,
73 if (acpi_root_phys == 0)
74 acpi_root_phys = acpi_get_root_from_loader();
76 return (acpi_root_phys);
/freebsd-13-stable/sys/x86/acpica/
H A DOsdEnvironment.c42 static u_long acpi_root_phys; variable
44 SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &acpi_root_phys, 0,
97 if (acpi_root_phys == 0) {
98 acpi_root_phys = acpi_get_root_from_loader();
99 if (acpi_root_phys == 0)
100 acpi_root_phys = acpi_get_root_from_memory();
103 return (acpi_root_phys);

Completed in 54 milliseconds