Searched refs:sleep_save_sp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/arm64/kernel/ |
D | suspend.c | 134 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()
|
D | sleep.S | 83 ldr x1, =sleep_save_sp 169 ldr_l x0, sleep_save_sp + SLEEP_SAVE_SP_PHYS
|
D | asm-offsets.c | 160 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/ |
D | suspend.c | 87 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()
|
D | sleep.S | 71 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
|
D | asm-offsets.c | 160 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/ |
D | sleep.S | 40 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/ |
D | suspend.h | 4 struct sleep_save_sp { struct
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | suspend.h | 19 struct sleep_save_sp { struct
|