Home
last modified time | relevance | path

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

/tools/testing/scatterlist/linux/
Dmm.h44 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
/tools/virtio/linux/
Dkernel.h43 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro