Searched defs:page_address (Results 1 – 2 of 2) sorted by relevance
64 static inline void hibernate_restore_protect_page(void *page_address) in hibernate_restore_protect_page()71 static inline void hibernate_restore_unprotect_page(void *page_address) in hibernate_restore_unprotect_page()84 static inline void hibernate_restore_protect_page(void *page_address) in hibernate_restore_protect_page()87 static inline void hibernate_restore_unprotect_page(void *page_address) in hibernate_restore_unprotect_page()217 static void recycle_safe_page(void *page_address) in recycle_safe_page()
1575 static inline void *page_address(const struct page *page) in page_address() function1595 #define page_address(page) lowmem_page_address(page) macro