Searched refs:save_ptr (Results 1 - 3 of 3) sorted by path

/linux-master/arch/arm/include/asm/
H A Dsuspend.h16 extern void __cpu_suspend_save(u32 *ptr, u32 ptrsz, u32 sp, u32 *save_ptr);
/linux-master/arch/arm/kernel/
H A Dsuspend.c83 void __cpu_suspend_save(u32 *ptr, u32 ptrsz, u32 sp, u32 *save_ptr)
87 *save_ptr = virt_to_phys(ptr);
100 * save_ptr and ptr are cleaned to main memory,
108 __cpuc_flush_dcache_area(save_ptr, sizeof(*save_ptr));
110 outer_clean_range(*save_ptr, *save_ptr + ptrsz);
111 outer_clean_range(virt_to_phys(save_ptr),
112 virt_to_phys(save_ptr) + sizeof(*save_ptr));
75 __cpu_suspend_save(u32 *ptr, u32 ptrsz, u32 sp, u32 *save_ptr) argument
[all...]
/linux-master/drivers/input/mouse/
H A Dpsmouse-base.c515 char *p, *fw_id_copy, *save_ptr; local
527 save_ptr = fw_id_copy;
535 kfree(save_ptr);

Completed in 256 milliseconds