Lines Matching +full:wakeup +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Definitions for the wakeup data structure at the head of the
4 * wakeup code.
13 /* This must match data at wakeup.S */
15 u16 video_mode; /* Video mode number */
16 u32 pmode_entry; /* Protected mode resume point, 32-bit only */
18 u32 pmode_cr0; /* Protected mode cr0 */
19 u32 pmode_cr3; /* Protected mode cr3 */
20 u32 pmode_cr4; /* Protected mode cr4 */
21 u32 pmode_efer_low; /* Protected mode EFER */
24 u32 pmode_misc_en_low; /* Protected mode MISC_ENABLE */
26 u32 pmode_behavior; /* Wakeup routine behavior flags */
38 /* Wakeup behavior bits */