Searched refs:sleep_save_sp (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | suspend.c | 107 extern struct sleep_save_sp sleep_save_sp; 117 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp() 118 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp() 119 sync_cache_w(&sleep_save_sp); in cpu_suspend_alloc_sp()
|
H A D | asm-offsets.c | 148 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main() 149 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main() 150 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
|
H A D | sleep.S | 71 adr_l r3, sleep_save_sp 159 ldr_l r0, sleep_save_sp + SLEEP_SAVE_SP_PHYS 178 .type sleep_save_sp, #object 179 ENTRY(sleep_save_sp) 180 .space SLEEP_SAVE_SP_SZ @ struct sleep_save_sp
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | suspend.c | 107 extern struct sleep_save_sp sleep_save_sp; 117 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp() 118 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp() 119 sync_cache_w(&sleep_save_sp); in cpu_suspend_alloc_sp()
|
H A D | asm-offsets.c | 139 DEFINE(SLEEP_SAVE_SP_SZ, sizeof(struct sleep_save_sp)); in main() 140 DEFINE(SLEEP_SAVE_SP_PHYS, offsetof(struct sleep_save_sp, save_ptr_stash_phys)); in main() 141 DEFINE(SLEEP_SAVE_SP_VIRT, offsetof(struct sleep_save_sp, save_ptr_stash)); in main()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | suspend.h | 7 struct sleep_save_sp { struct
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | suspend.h | 7 struct sleep_save_sp { struct
|
Completed in 2 milliseconds