HomeSort by relevance Sort by last modified time
    Searched refs:WAKEUP_BASE (Results 1 - 3 of 3) sorted by null

  /external/u-boot/arch/x86/lib/
acpi_s3.c 14 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;
19 memcpy((void *)WAKEUP_BASE, __wakeup, __wakeup_size);
  /external/u-boot/arch/x86/include/asm/
acpi_s3.h 9 #define WAKEUP_BASE 0x600
  /external/u-boot/arch/x86/cpu/
wakeup.S 12 #define RELOCATED(x) ((x) - __wakeup + WAKEUP_BASE)

Completed in 3190 milliseconds