Home
last modified time | relevance | path

Searched refs:wakeup_start (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/arch/sh/boards/mach-hp6xx/
Dpm.c35 extern u8 wakeup_start;
72 &wakeup_start, &wakeup_end - &wakeup_start); in pm_enter()
Dpm_wakeup.S19 ENTRY(wakeup_start)
/linux-6.1.9/arch/x86/platform/olpc/
Dxo1-wakeup.S15 wakeup_start: label
103 jmp wakeup_start
/linux-6.1.9/arch/x86/realmode/rm/
Dwakeup_asm.S40 SYM_CODE_START(wakeup_start)
138 SYM_CODE_END(wakeup_start)
/linux-6.1.9/arch/x86/include/asm/
Drealmode.h33 u32 wakeup_start; member
/linux-6.1.9/arch/x86/kernel/acpi/
Dsleep.c38 return ((unsigned long)(real_mode_header->wakeup_start)); in acpi_get_wakeup_address()
/linux-6.1.9/arch/x86/kernel/
Dtboot.c211 real_mode_header->wakeup_start; in tboot_setup_sleep()