Home
last modified time | relevance | path

Searched defs:sleep_save_sp (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
Dsuspend.h4 struct sleep_save_sp { struct
5 u32 *save_ptr_stash;
6 u32 save_ptr_stash_phys;
/linux-4.4.14/arch/arm64/include/asm/
Dsuspend.h19 struct sleep_save_sp { struct
20 phys_addr_t *save_ptr_stash;
21 phys_addr_t save_ptr_stash_phys;
/linux-4.4.14/arch/unicore32/kernel/
Dsleep.S185 sleep_save_sp: label
/linux-4.4.14/arch/arm64/kernel/
Dsuspend.c134 struct sleep_save_sp sleep_save_sp; variable