Searched refs:sleep_save_sp (Results 1 – 4 of 4) sorted by relevance
90 extern struct sleep_save_sp sleep_save_sp;100 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp()101 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp()102 sync_cache_w(&sleep_save_sp); in cpu_suspend_alloc_sp()
72 ldr r3, =sleep_save_sp182 .long sleep_save_sp - .188 .type sleep_save_sp, #object189 ENTRY(sleep_save_sp)190 .space SLEEP_SAVE_SP_SZ @ struct sleep_save_sp
146 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main()147 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main()148 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
7 struct sleep_save_sp { struct