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()
49 static void msr_restore_context(struct saved_context *ctxt) in msr_restore_context()
76 static void __save_processor_state(struct saved_context *ctxt) in __save_processor_state()
138 __save_processor_state(&saved_context); in save_processor_state()
198 static void notrace __restore_processor_state(struct saved_context *ctxt) in __restore_processor_state()
276 __restore_processor_state(&saved_context); in restore_processor_state()
404 struct saved_msrs *saved_msrs = &saved_context.saved_msrs; in msr_build_context()
Dhibernate_asm_64.S27 movq $saved_context, %rax
118 movq $saved_context, %rax
Dhibernate_asm_32.S80 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.h21 struct saved_context { struct
/arch/x86/kernel/acpi/
Dwakeup_64.S48 movq $saved_context, %rax
85 movq $saved_context, %rax
/arch/x86/kernel/
Dasm-offsets_32.c46 OFFSET(saved_context_gdt_desc, saved_context, gdt_desc); in foo()
Dasm-offsets_64.c57 #define ENTRY(entry) OFFSET(saved_context_ ## entry, saved_context, entry) in main()