Home
last modified time | relevance | path

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

/linux/include/xen/
H A Dpage.h26 #define XEN_PFN_UP(x) (((x) + XEN_PAGE_SIZE-1) >> XEN_PAGE_SHIFT) macro
/linux/drivers/xen/
H A Dswiotlb-xen.c88 unsigned int i, nr_pages = XEN_PFN_UP(xen_offset_in_page(p) + size); in range_straddles_page_boundary()