Searched defs:saved_context (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | suspend_64.h | 26 struct saved_context { struct 27 struct pt_regs regs; 33 u16 ds, es, fs, gs; 40 unsigned long kernelmode_gs_base, usermode_gs_base, fs_base; 42 unsigned long cr0, cr2, cr3, cr4; 43 u64 misc_enable; 44 struct saved_msrs saved_msrs; 45 unsigned long efer; 46 u16 gdt_pad; /* Unused */ 47 struct desc_ptr gdt_desc; [all …]
|
| H A D | suspend_32.h | 15 struct saved_context { struct 16 unsigned long cr0, cr2, cr3, cr4; 17 u64 misc_enable; 18 struct saved_msrs saved_msrs; 19 struct desc_ptr gdt_desc; 20 struct desc_ptr idt; 21 u16 ldt; 22 u16 tss; 23 unsigned long tr; 24 unsigned long safety; [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | hibernate.h | 11 struct saved_context { struct 12 unsigned long fp; 13 unsigned long cwp; 14 unsigned long wstate; 16 unsigned long tick; 17 unsigned long pstate; 19 unsigned long g4; 20 unsigned long g5; 21 unsigned long g6;
|
| /linux/arch/sparc/power/ |
| H A D | hibernate.c | 17 struct saved_context saved_context; variable
|
| /linux/drivers/pinctrl/nxp/ |
| H A D | pinctrl-s32cc.c | 105 struct s32_pinctrl_context saved_context; member 703 struct s32_pinctrl_context *saved_context = &ipctl->saved_context; in s32_pinctrl_suspend() local 730 struct s32_pinctrl_context *saved_context = &ipctl->saved_context; in s32_pinctrl_resume() local 927 struct s32_pinctrl_context *saved_context; in s32_pinctrl_probe() local
|
| /linux/arch/x86/power/ |
| H A D | cpu.c | 39 struct saved_context saved_context; variable
|