Searched refs:acpi_wakeup_address (Results 1 – 4 of 4) sorted by relevance
79 #define acpi_wakeup_address ((unsigned long)(real_mode_header->wakeup_start)) macro
82 extern unsigned long acpi_wakeup_address;
62 if (!acpi_wakeup_address) in acpi_sleep_prepare()64 acpi_set_firmware_waking_vector(acpi_wakeup_address); in acpi_sleep_prepare()
63 unsigned long acpi_wakeup_address = 0; variable