Lines Matching +full:wakeup +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * ACPI wakeup real mode startup stub
7 #include <asm/msr-index.h>
10 #include <asm/processor-flags.h>
12 #include "wakeup.h"
16 /* This should match the structure in wakeup.h */
21 video_mode: .short 0 /* Video mode number */
30 pmode_behavior: .long 0 /* Wakeup behavior flags */
95 /* Restore MISC_ENABLE before entering protected mode, in case
134 /* -> jmp *%eax in trampoline_32.S */
148 * Set up the wakeup GDT. We set these up as Big Real Mode,
157 .word 3*8-1 /* Self-descriptor */
161 .word 0xffff /* 16-bit code segment @ real_mode_base */
163 .word 0x008f /* big real mode */
165 .word 0xffff /* 16-bit data segment @ real_mode_base */
167 .word 0x008f /* big real mode */
173 /* This is the standard real-mode IDT */