Home
last modified time | relevance | path

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

/kernel/power/
Dsnapshot.c61 static inline int __must_check hibernate_restore_protect_page(void *page_address) in hibernate_restore_protect_page()
68 static inline int hibernate_restore_unprotect_page(void *page_address) in hibernate_restore_unprotect_page()
77 static inline int __must_check hibernate_restore_protect_page(void *page_address) {return 0; } in hibernate_restore_protect_page()
78 static inline int hibernate_restore_unprotect_page(void *page_address) {return 0; } in hibernate_restore_unprotect_page()
239 static void recycle_safe_page(void *page_address) in recycle_safe_page()