Searched refs:WAKEUP_BASE (Results 1 – 3 of 3) sorted by relevance
16 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;21 memcpy((void *)WAKEUP_BASE, __wakeup, __wakeup_size); in acpi_jump_to_wakeup()
9 #define WAKEUP_BASE 0x600 macro
12 #define RELOCATED(x) ((x) - __wakeup + WAKEUP_BASE)
Completed in 4 milliseconds