Home
last modified time | relevance | path

Searched refs:saved_context (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/arch/sparc/kernel/
Dasm-offsets.c33 OFFSET(SC_REG_FP, saved_context, fp); in sparc64_foo()
34 OFFSET(SC_REG_CWP, saved_context, cwp); in sparc64_foo()
35 OFFSET(SC_REG_WSTATE, saved_context, wstate); in sparc64_foo()
37 OFFSET(SC_REG_TICK, saved_context, tick); in sparc64_foo()
38 OFFSET(SC_REG_PSTATE, saved_context, pstate); in sparc64_foo()
40 OFFSET(SC_REG_G4, saved_context, g4); in sparc64_foo()
41 OFFSET(SC_REG_G5, saved_context, g5); in sparc64_foo()
42 OFFSET(SC_REG_G6, saved_context, g6); in sparc64_foo()
/Linux-v5.4/arch/x86/power/
Dcpu.c35 struct saved_context saved_context; variable
37 static void msr_save_context(struct saved_context *ctxt) in msr_save_context()
48 static void msr_restore_context(struct saved_context *ctxt) in msr_restore_context()
75 static void __save_processor_state(struct saved_context *ctxt) in __save_processor_state()
134 __save_processor_state(&saved_context); in save_processor_state()
194 static void notrace __restore_processor_state(struct saved_context *ctxt) in __restore_processor_state()
271 __restore_processor_state(&saved_context); in restore_processor_state()
399 struct saved_msrs *saved_msrs = &saved_context.saved_msrs; in msr_build_context()
Dhibernate_asm_64.S26 movq $saved_context, %rax
117 movq $saved_context, %rax
Dhibernate_asm_32.S101 movl $saved_context, %eax
/Linux-v5.4/arch/sparc/power/
Dhibernate.c16 struct saved_context saved_context; variable
Dhibernate_asm.S19 setuw saved_context, %g3
95 setuw saved_context, %g3
/Linux-v5.4/arch/sparc/include/asm/
Dhibernate.h11 struct saved_context { struct
/Linux-v5.4/arch/x86/include/asm/
Dsuspend_32.h14 struct saved_context { struct
Dsuspend_64.h21 struct saved_context { struct
/Linux-v5.4/arch/x86/kernel/acpi/
Dwakeup_64.S51 movq $saved_context, %rax
88 movq $saved_context, %rax
/Linux-v5.4/drivers/pinctrl/intel/
Dpinctrl-baytrail.c116 struct byt_gpio_pin_context *saved_context; member
1526 vg->saved_context = devm_kcalloc(&vg->pdev->dev, gc->ngpio, in byt_gpio_probe()
1527 sizeof(*vg->saved_context), GFP_KERNEL); in byt_gpio_probe()
1528 if (!vg->saved_context) in byt_gpio_probe()
1672 vg->saved_context[i].conf0 = value; in byt_gpio_suspend()
1676 vg->saved_context[i].val = value; in byt_gpio_suspend()
1701 vg->saved_context[i].conf0) { in byt_gpio_resume()
1703 value |= vg->saved_context[i].conf0; in byt_gpio_resume()
1711 vg->saved_context[i].val) { in byt_gpio_resume()
1715 v |= vg->saved_context[i].val; in byt_gpio_resume()
/Linux-v5.4/arch/x86/kernel/
Dasm-offsets_32.c46 OFFSET(saved_context_gdt_desc, saved_context, gdt_desc); in foo()
Dasm-offsets_64.c75 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) in main()