Home
last modified time | relevance | path

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

/freebsd/sys/amd64/acpica/
H A Dacpi_wakeup.c90 #define ACPI_WAKEPT_PAGES 7 macro
326 void *wakept_pages[ACPI_WAKEPT_PAGES]) in acpi_alloc_wakeup_handler() argument
328 vm_page_t wakept_m[ACPI_WAKEPT_PAGES]; in acpi_alloc_wakeup_handler()
332 memset(wakept_pages, 0, ACPI_WAKEPT_PAGES * sizeof(*wakept_pages)); in acpi_alloc_wakeup_handler()
333 memset(wakept_m, 0, ACPI_WAKEPT_PAGES * sizeof(*wakept_m)); in acpi_alloc_wakeup_handler()
349 for (i = 0; i < ACPI_WAKEPT_PAGES - (la57 ? 0 : 1); i++) { in acpi_alloc_wakeup_handler()
368 for (i = 0; i < ACPI_WAKEPT_PAGES; i++) { in acpi_alloc_wakeup_handler()
379 void *wakept_pages[ACPI_WAKEPT_PAGES]; in acpi_install_wakeup_handler()