Home
last modified time | relevance | path

Searched refs:sg_page (Results 1 – 1 of 1) sorted by relevance

/tools/virtio/linux/
Dscatterlist.h66 static inline struct page *sg_page(struct scatterlist *sg) in sg_page() function
157 return page_to_phys(sg_page(sg)) + sg->offset; in sg_phys()