Searched defs:saved_context (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| 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; 44 unsigned long efer; 47 u16 idt_pad; 49 u16 ldt; 50 u16 tss; [all …]
|
| A D | suspend_32.h | 14 struct saved_context { struct 15 unsigned long cr0, cr2, cr3, cr4; 16 u64 misc_enable; 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; 29 u16 gs; [all …]
|
| /linux/arch/sparc/include/asm/ |
| 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/ |
| A D | hibernate.c | 17 struct saved_context saved_context; variable
|
| /linux/drivers/pinctrl/nxp/ |
| 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/ |
| A D | cpu.c | 37 struct saved_context saved_context; variable
|
Completed in 12 milliseconds