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