sleep_save_sp     158 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_SZ,	sizeof(struct sleep_save_sp));
sleep_save_sp     159 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_PHYS,	offsetof(struct sleep_save_sp, save_ptr_stash_phys));
sleep_save_sp     160 arch/arm/kernel/asm-offsets.c   DEFINE(SLEEP_SAVE_SP_VIRT,	offsetof(struct sleep_save_sp, save_ptr_stash));
sleep_save_sp      91 arch/arm/kernel/suspend.c extern struct sleep_save_sp sleep_save_sp;
sleep_save_sp     101 arch/arm/kernel/suspend.c 	sleep_save_sp.save_ptr_stash = ctx_ptr;
sleep_save_sp     102 arch/arm/kernel/suspend.c 	sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr);
sleep_save_sp     103 arch/arm/kernel/suspend.c 	sync_cache_w(&sleep_save_sp);