Searched defs:page_to_phys (Results 1 – 2 of 2) sorted by relevance
44 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
43 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro