Home
last modified time | relevance | path

Searched refs:sleep_save_sp (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/kernel/
H A Dsuspend.c115 extern struct sleep_save_sp sleep_save_sp;
125 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp()
126 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp()
127 sync_cache_w(&sleep_save_sp); in cpu_suspend_alloc_sp()
H A Dasm-offsets.c144 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main()
145 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main()
146 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
/linux/arch/arm/include/asm/
H A Dsuspend.h7 struct sleep_save_sp { struct