Home
last modified time | relevance | path

Searched refs:cpu_do_resume (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/arch/arm/include/asm/
Dproc-fns.h100 extern void cpu_do_resume(void *);
145 #define cpu_do_resume PROC_VTABLE(do_resume) macro
Dglue-proc.h258 #define cpu_do_resume __glue(CPU_NAME,_do_resume) macro
/linux-5.19.10/arch/arm64/include/asm/
Dproc-fns.h20 extern u64 cpu_do_resume(phys_addr_t ptr, u64 idmap_ttbr);
/linux-5.19.10/arch/arm/kernel/
Dsuspend.c84 *ptr++ = virt_to_phys(cpu_do_resume); in __cpu_suspend_save()
/linux-5.19.10/arch/arm64/mm/
Dproc.S110 SYM_FUNC_START(cpu_do_resume)
164 SYM_FUNC_END(cpu_do_resume)
/linux-5.19.10/arch/arm64/kernel/
Dsleep.S135 bl cpu_do_resume