Searched refs:ctx_ptr (Results 1 – 1 of 1) sorted by relevance
119 void *ctx_ptr; in cpu_suspend_alloc_sp() local121 ctx_ptr = kcalloc(mpidr_hash_size(), sizeof(u32), GFP_KERNEL); in cpu_suspend_alloc_sp()123 if (WARN_ON(!ctx_ptr)) in cpu_suspend_alloc_sp()125 sleep_save_sp.save_ptr_stash = ctx_ptr; in cpu_suspend_alloc_sp()126 sleep_save_sp.save_ptr_stash_phys = virt_to_phys(ctx_ptr); in cpu_suspend_alloc_sp()
Completed in 4 milliseconds