Searched defs:saved_context (Results 1 – 6 of 6) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | suspend_64.h | 25 struct saved_context { struct 26 struct pt_regs regs; 32 u16 ds, es, fs, gs; 39 unsigned long kernelmode_gs_base, usermode_gs_base, fs_base; 41 unsigned long cr0, cr2, cr3, cr4; 42 u64 misc_enable; 43 struct saved_msrs saved_msrs; 44 unsigned long efer; 45 u16 gdt_pad; /* Unused */ 46 struct desc_ptr gdt_desc; [all …]
|
H A D | suspend_32.h | 14 struct saved_context { struct 15 unsigned long cr0, cr2, cr3, cr4; 16 u64 misc_enable; 17 struct saved_msrs saved_msrs; 18 struct desc_ptr gdt_desc; 19 struct desc_ptr idt; 20 u16 ldt; 21 u16 tss; 22 unsigned long tr; 23 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 702 struct s32_pinctrl_context *saved_context = &ipctl->saved_context; in s32_pinctrl_suspend() local 729 struct s32_pinctrl_context *saved_context = &ipctl->saved_context; in s32_pinctrl_resume() local 926 struct s32_pinctrl_context *saved_context; in s32_pinctrl_probe() local
|
/linux/arch/x86/power/ |
H A D | cpu.c | 37 struct saved_context saved_context; variable
|