Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dsuspend.c91 extern struct sleep_save_sp sleep_save_sp;
101 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp()
102 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp()
103 sync_cache_w(&sleep_save_sp); in cpu_suspend_alloc_sp()
Dsleep.S72 ldr r3, =sleep_save_sp
170 .long sleep_save_sp - .
176 .type sleep_save_sp, #object
177 ENTRY(sleep_save_sp)
178 .space SLEEP_SAVE_SP_SZ @ struct sleep_save_sp
Dasm-offsets.c157 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main()
158 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main()
159 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
/Linux-v4.19/arch/unicore32/kernel/
Dsleep.S40 ldw r1, =sleep_save_sp
165 ldw r0, sleep_save_sp @ stack phys addr
185 sleep_save_sp: label
/Linux-v4.19/arch/arm/include/asm/
Dsuspend.h7 struct sleep_save_sp { struct