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

/freebsd-10.1-release/sys/ia64/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,
73 if (acpi_root_phys == 0)
74 acpi_root_phys = acpi_get_root_from_efi();
76 return (acpi_root_phys);
/freebsd-10.1-release/sys/x86/acpica/
H A DOsdEnvironment.c38 static u_long acpi_root_phys; variable
40 SYSCTL_ULONG(_machdep, OID_AUTO, acpi_root, CTLFLAG_RD, &acpi_root_phys, 0,
83 if (acpi_root_phys == 0) {
84 acpi_root_phys = acpi_get_root_from_loader();
85 if (acpi_root_phys == 0)
86 acpi_root_phys = acpi_get_root_from_memory();
89 return (acpi_root_phys);

Completed in 135 milliseconds