Home
last modified time | relevance | path

Searched refs:__wakeup (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/cpu/
Dwakeup.S12 #define RELOCATED(x) ((x) - __wakeup + WAKEUP_BASE)
18 .globl __wakeup symbol
19 __wakeup: label
77 .long . - __wakeup
/external/u-boot/arch/x86/lib/
Dacpi_s3.c19 memcpy((void *)WAKEUP_BASE, __wakeup, __wakeup_size); in acpi_jump_to_wakeup()
/external/u-boot/arch/x86/include/asm/
Dacpi_s3.h36 extern char __wakeup[];
/external/python/cpython3/Lib/asyncio/
Dtasks.py259 self.__wakeup, context=self._context)
290 def __wakeup(self, future): member in Task