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