cpu_context_save   56 arch/arm/include/asm/thread_info.h 	struct cpu_context_save	cpu_context;	/* cpu context */
cpu_context_save  233 arch/arm/kernel/process.c 	memset(&thread->cpu_context, 0, sizeof(struct cpu_context_save));
cpu_context_save   18 arch/unicore32/include/asm/suspend.h 	struct cpu_context_save	cpu_context;	/* cpu context */
cpu_context_save   71 arch/unicore32/include/asm/thread_info.h 	struct cpu_context_save	cpu_context;	/* cpu context */
cpu_context_save  229 arch/unicore32/kernel/process.c 	memset(&thread->cpu_context, 0, sizeof(struct cpu_context_save));