saved_context 117 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(saved_context_ ## entry, offsetof(struct saved_context, entry)) saved_context 16 arch/x86/power/cpu_32.c static struct saved_context saved_context; saved_context 55 arch/x86/power/cpu_32.c __save_processor_state(&saved_context); saved_context 145 arch/x86/power/cpu_32.c __restore_processor_state(&saved_context); saved_context 21 arch/x86/power/cpu_64.c struct saved_context saved_context; saved_context 77 arch/x86/power/cpu_64.c __save_processor_state(&saved_context); saved_context 140 arch/x86/power/cpu_64.c __restore_processor_state(&saved_context);