Home
last modified time | relevance | path

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

/freebsd/sys/i386/acpica/
H A Dacpi_wakeup.c115 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()
/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c111 int vector = (sc->acpi_wakephys >> 12) & 0xff; in acpi_wakeup_ap()
155 *((volatile u_short *)WARMBOOT_SEG) = sc->acpi_wakephys >> 4; in acpi_wakeup_cpus()
201 AcpiSetFirmwareWakingVector(sc->acpi_wakephys, 0); in acpi_sleep_machdep()
391 sc->acpi_wakephys = vtophys(wakeaddr); in acpi_install_wakeup_handler()
414 sc->acpi_wakephys + bootgdt); in acpi_install_wakeup_handler()
416 sc->acpi_wakephys + wakeup_32); in acpi_install_wakeup_handler()
418 sc->acpi_wakephys + wakeup_64); in acpi_install_wakeup_handler()
464 (uintmax_t)sc->acpi_wakeaddr, (uintmax_t)sc->acpi_wakephys); in acpi_install_wakeup_handler()
/freebsd/sys/dev/acpica/
H A Dacpivar.h75 vm_paddr_t acpi_wakephys; member