Home
last modified time | relevance | path

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

/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()
/arch/x86/power/
Dcpu.c36 struct saved_context saved_context; variable
38 static void msr_save_context(struct saved_context *ctxt) in msr_save_context()
50 static void msr_restore_context(struct saved_context *ctxt) in msr_restore_context()
77 static void __save_processor_state(struct saved_context *ctxt) in __save_processor_state()
136 __save_processor_state(&saved_context); in save_processor_state()
196 static void notrace __restore_processor_state(struct saved_context *ctxt) in __restore_processor_state()
293 wrmsrl(MSR_GS_BASE, saved_context.kernelmode_gs_base); in restore_processor_state()
299 __restore_processor_state(&saved_context); in restore_processor_state()
427 struct saved_msrs *saved_msrs = &saved_context.saved_msrs; in msr_build_context()
Dhibernate_asm_64.S26 movq $saved_context, %rax
119 movq $saved_context, %rax
Dhibernate_asm_32.S103 movl $saved_context, %eax
/arch/sparc/power/
Dhibernate.c16 struct saved_context saved_context; variable
Dhibernate_asm.S19 setuw saved_context, %g3
95 setuw saved_context, %g3
/arch/sparc/include/asm/
Dhibernate.h11 struct saved_context { struct
/arch/x86/include/asm/
Dsuspend_32.h14 struct saved_context { struct
Dsuspend_64.h25 struct saved_context { struct
/arch/x86/kernel/acpi/
Dwakeup_64.S51 movq $saved_context, %rax
88 movq $saved_context, %rax
/arch/x86/kernel/
Dasm-offsets_64.c50 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) in main()
Dasm-offsets_32.c43 OFFSET(saved_context_gdt_desc, saved_context, gdt_desc); in foo()