Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c61 static inline void hibernate_restore_protect_page(void *page_address) in hibernate_restore_protect_page()
67 static inline void hibernate_restore_unprotect_page(void *page_address) in hibernate_restore_unprotect_page()
75 static inline void hibernate_restore_protect_page(void *page_address) {} in hibernate_restore_protect_page()
76 static inline void hibernate_restore_unprotect_page(void *page_address) {} in hibernate_restore_unprotect_page()
203 static void recycle_safe_page(void *page_address) in recycle_safe_page()