6 #ifndef _ASM_X86_SUSPEND_32_H
7 #define _ASM_X86_SUSPEND_32_H
12 /* image of the saved processor state */
13 struct saved_context {
15 unsigned long cr0, cr2, cr3, cr4;
17 bool misc_enable_saved;
18 struct desc_ptr gdt_desc;
24 unsigned long return_address;
25 } __attribute__((packed));
27 #endif /* _ASM_X86_SUSPEND_32_H */