Lines Matching defs:saved_context
20 struct saved_context { struct
21 struct pt_regs regs;
22 u16 ds, es, fs, gs, ss;
23 unsigned long gs_base, gs_kernel_base, fs_base;
24 unsigned long cr0, cr2, cr3, cr4, cr8;
25 u64 misc_enable;
26 bool misc_enable_saved;
27 unsigned long efer;
28 u16 gdt_pad;
29 u16 gdt_limit;
30 unsigned long gdt_base;
31 u16 idt_pad;
32 u16 idt_limit;
33 unsigned long idt_base;
34 u16 ldt;
35 u16 tss;
36 unsigned long tr;
37 unsigned long safety;
38 unsigned long return_address;