Searched refs:acpi_wakeaddr (Results 1 – 3 of 3) sorted by relevance
98 addr = (type *)(sc->acpi_wakeaddr + (offset)); \196 if (sc->acpi_wakeaddr == 0ul) in acpi_sleep_machdep()369 sc->acpi_wakeaddr = (vm_offset_t)wakeaddr; in acpi_install_wakeup_handler()372 bcopy(wakecode, (void *)sc->acpi_wakeaddr, sizeof(wakecode)); in acpi_install_wakeup_handler()386 (uintmax_t)sc->acpi_wakeaddr, (uintmax_t)sc->acpi_wakephys); in acpi_install_wakeup_handler()
84 addr = (type *)(sc->acpi_wakeaddr + (offset)); \190 if (sc->acpi_wakeaddr == 0ul) in acpi_sleep_machdep()385 sc->acpi_wakeaddr = (vm_offset_t)wakeaddr; in acpi_install_wakeup_handler()405 bcopy(wakecode, (void *)sc->acpi_wakeaddr, sizeof(wakecode)); in acpi_install_wakeup_handler()459 (uintmax_t)sc->acpi_wakeaddr, (uintmax_t)sc->acpi_wakephys); in acpi_install_wakeup_handler()
75 vm_offset_t acpi_wakeaddr; member