Searched defs:saved_context (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | suspend_64.h | 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; /* Unused */ 29 struct desc_ptr gdt_desc; [all …]
|
D | suspend_32.h | 13 struct saved_context { struct 14 u16 es, fs, gs, ss; 15 unsigned long cr0, cr2, cr3, cr4; 16 u64 misc_enable; 17 bool misc_enable_saved; 18 struct desc_ptr gdt_desc; 19 struct desc_ptr idt; 20 u16 ldt; 21 u16 tss; 22 unsigned long tr; [all …]
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | hibernate.h | 10 struct saved_context { struct 11 unsigned long fp; 12 unsigned long cwp; 13 unsigned long wstate; 15 unsigned long tick; 16 unsigned long pstate; 18 unsigned long g4; 19 unsigned long g5; 20 unsigned long g6;
|
/linux-4.1.27/arch/sparc/power/ |
D | hibernate.c | 15 struct saved_context saved_context; variable
|
/linux-4.1.27/arch/x86/power/ |
D | cpu.c | 34 struct saved_context saved_context; variable
|
/linux-4.1.27/drivers/pinctrl/intel/ |
D | pinctrl-baytrail.c | 152 struct byt_gpio_pin_context *saved_context; member
|