Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/v3d/
Dv3d_mmu.c93 u32 page_address = sg_dma_address(sgl) >> V3D_MMU_PAGE_SHIFT; in v3d_mmu_insert_ptes() local
/Linux-v4.19/kernel/power/
Dsnapshot.c64 static inline void hibernate_restore_protect_page(void *page_address) in hibernate_restore_protect_page()
70 static inline void hibernate_restore_unprotect_page(void *page_address) in hibernate_restore_unprotect_page()
78 static inline void hibernate_restore_protect_page(void *page_address) {} in hibernate_restore_protect_page()
79 static inline void hibernate_restore_unprotect_page(void *page_address) {} in hibernate_restore_unprotect_page()
206 static void recycle_safe_page(void *page_address) in recycle_safe_page()
/Linux-v4.19/tools/testing/scatterlist/linux/
Dmm.h42 #define page_address(x) ((void *)x) macro
/Linux-v4.19/mm/
Dhighmem.c409 void *page_address(const struct page *page) in page_address() function
/Linux-v4.19/include/linux/
Dmemstick.h70 unsigned char page_address; member
Dmm.h1166 static inline void *page_address(const struct page *page) in page_address() function
1184 #define page_address(page) lowmem_page_address(page) macro
/Linux-v4.19/fs/cifs/
Dsmbdirect.c2020 void *page_address; in smbd_recv_page() local