Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/kernel/
Dsuspend.c134 struct sleep_save_sp sleep_save_sp; variable
146 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_init()
147 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_init()
148 __flush_dcache_area(&sleep_save_sp, sizeof(struct sleep_save_sp)); in cpu_suspend_init()
Dsleep.S83 ldr x1, =sleep_save_sp
169 ldr_l x0, sleep_save_sp + SLEEP_SAVE_SP_PHYS
Dasm-offsets.c160 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main()
161 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main()
162 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
/linux-4.4.14/arch/arm/kernel/
Dsuspend.c87 extern struct sleep_save_sp sleep_save_sp;
97 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp()
98 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp()
99 sync_cache_w(&sleep_save_sp); in cpu_suspend_alloc_sp()
Dsleep.S71 ldr r3, =sleep_save_sp
169 .long sleep_save_sp - .
174 .type sleep_save_sp, #object
175 ENTRY(sleep_save_sp)
176 .space SLEEP_SAVE_SP_SZ @ struct sleep_save_sp
Dasm-offsets.c160 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main()
161 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main()
162 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
/linux-4.4.14/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-4.4.14/arch/arm/include/asm/
Dsuspend.h4 struct sleep_save_sp { struct
/linux-4.4.14/arch/arm64/include/asm/
Dsuspend.h19 struct sleep_save_sp { struct