Searched defs:saved_context (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
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 …]
|
D | suspend_32.h | 14 struct saved_context { struct 19 u16 gs; 20 unsigned long cr0, cr2, cr3, cr4; 21 u64 misc_enable; 22 struct saved_msrs saved_msrs; 23 struct desc_ptr gdt_desc; 24 struct desc_ptr idt; 25 u16 ldt; 26 u16 tss; 27 unsigned long tr; [all …]
|
/Linux-v6.6/arch/sparc/include/asm/ |
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-v6.6/arch/sparc/power/ |
D | hibernate.c | 16 struct saved_context saved_context; variable
|
/Linux-v6.6/drivers/pinctrl/nxp/ |
D | pinctrl-s32cc.c | 100 struct s32_pinctrl_context saved_context; member 688 struct s32_pinctrl_context *saved_context = &ipctl->saved_context; in s32_pinctrl_suspend() local 715 struct s32_pinctrl_context *saved_context = &ipctl->saved_context; in s32_pinctrl_resume() local 920 struct s32_pinctrl_context *saved_context; in s32_pinctrl_probe() local
|
/Linux-v6.6/arch/x86/power/ |
D | cpu.c | 37 struct saved_context saved_context; variable
|