Searched refs:acpi_wakephys (Results 1 – 3 of 3) sorted by relevance
115 int vector = (sc->acpi_wakephys >> 12) & 0xff; in acpi_wakeup_ap() 158 *((volatile u_short *)WARMBOOT_SEG) = sc->acpi_wakephys >> 4; in acpi_wakeup_cpus() 207 AcpiSetFirmwareWakingVector(sc->acpi_wakephys, 0); in acpi_sleep_machdep() 370 sc->acpi_wakephys = vtophys(wakeaddr); in acpi_install_wakeup_handler() 376 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler() 378 sc->acpi_wakephys + wakeup_32); in acpi_install_wakeup_handler() 386 (uintmax_t)sc->acpi_wakeaddr, (uintmax_t)sc->acpi_wakephys); in acpi_install_wakeup_handler()
102 int vector = (sc->acpi_wakephys >> 12) & 0xff; in acpi_wakeup_ap()146 *((volatile u_short *)WARMBOOT_SEG) = sc->acpi_wakephys >> 4; in acpi_wakeup_cpus()189 AcpiSetFirmwareWakingVector(sc->acpi_wakephys, 0); in acpi_sleep_machdep()373 sc->acpi_wakephys = vtophys(wakeaddr); in acpi_install_wakeup_handler()396 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler()398 sc->acpi_wakephys + wakeup_32); in acpi_install_wakeup_handler()400 sc->acpi_wakephys + wakeup_64); in acpi_install_wakeup_handler()446 (uintmax_t)sc->acpi_wakeaddr, (uintmax_t)sc->acpi_wakephys); in acpi_install_wakeup_handler()
75 vm_paddr_t acpi_wakephys; member