Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c60 static inline void hibernate_restore_protect_page(void *page_address) in hibernate_restore_protect_page()
66 static inline void hibernate_restore_unprotect_page(void *page_address) in hibernate_restore_unprotect_page()
74 static inline void hibernate_restore_protect_page(void *page_address) {} in hibernate_restore_protect_page()
75 static inline void hibernate_restore_unprotect_page(void *page_address) {} in hibernate_restore_unprotect_page()
202 static void recycle_safe_page(void *page_address) in recycle_safe_page()