Searched refs:saved_context (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
H A D | asm-offsets.c | 31 OFFSET(SC_REG_FP, saved_context, fp); sparc64_foo() 32 OFFSET(SC_REG_CWP, saved_context, cwp); sparc64_foo() 33 OFFSET(SC_REG_WSTATE, saved_context, wstate); sparc64_foo() 35 OFFSET(SC_REG_TICK, saved_context, tick); sparc64_foo() 36 OFFSET(SC_REG_PSTATE, saved_context, pstate); sparc64_foo() 38 OFFSET(SC_REG_G4, saved_context, g4); sparc64_foo() 39 OFFSET(SC_REG_G5, saved_context, g5); sparc64_foo() 40 OFFSET(SC_REG_G6, saved_context, g6); sparc64_foo()
|
/linux-4.4.14/arch/sparc/power/ |
H A D | hibernate.c | 15 struct saved_context saved_context; variable in typeref:struct:saved_context
|
H A D | hibernate_asm.S | 18 setuw saved_context, %g3 94 setuw saved_context, %g3
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | hibernate.h | 10 struct saved_context { struct
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | suspend_32.h | 13 struct saved_context { struct
|
H A D | suspend_64.h | 20 struct saved_context { struct
|
/linux-4.4.14/arch/x86/power/ |
H A D | cpu.c | 33 struct saved_context saved_context; variable in typeref:struct:saved_context 50 static void __save_processor_state(struct saved_context *ctxt) __save_processor_state() 119 __save_processor_state(&saved_context); save_processor_state() 167 static void notrace __restore_processor_state(struct saved_context *ctxt) __restore_processor_state() 237 __restore_processor_state(&saved_context); restore_processor_state()
|
H A D | hibernate_asm_32.S | 79 movl $saved_context, %eax
|
/linux-4.4.14/arch/x86/kernel/acpi/ |
H A D | wakeup_64.S | 46 movq $saved_context, %rax 83 movq $saved_context, %rax
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | asm-offsets_32.c | 48 OFFSET(saved_context_gdt_desc, saved_context, gdt_desc); foo()
|
H A D | asm-offsets_64.c | 52 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) main()
|
/linux-4.4.14/drivers/pinctrl/intel/ |
H A D | pinctrl-baytrail.c | 147 struct byt_gpio_pin_context *saved_context; member in struct:byt_gpio 604 vg->saved_context = devm_kcalloc(&pdev->dev, gc->ngpio, byt_gpio_probe() 605 sizeof(*vg->saved_context), GFP_KERNEL); byt_gpio_probe() 649 vg->saved_context[i].conf0 = value; byt_gpio_suspend() 653 vg->saved_context[i].val = value; byt_gpio_suspend() 672 vg->saved_context[i].conf0) { byt_gpio_resume() 674 value |= vg->saved_context[i].conf0; byt_gpio_resume() 682 vg->saved_context[i].val) { byt_gpio_resume() 686 v |= vg->saved_context[i].val; byt_gpio_resume()
|
Completed in 304 milliseconds