Home
last modified time | relevance | path

Searched defs:xen_pfn (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/xen/
Dswiotlb-xen.c83 unsigned long xen_pfn = bfn_to_pfn(XEN_PFN_DOWN(baddr)); in xen_bus_to_phys() local
97 static int check_pages_physically_contiguous(unsigned long xen_pfn, in check_pages_physically_contiguous()
117 unsigned long xen_pfn = XEN_PFN_DOWN(p); in range_straddles_page_boundary() local
130 unsigned long xen_pfn = bfn_to_local_pfn(bfn); in is_xen_swiotlb_buffer() local
Dxlate_mmu.c51 unsigned long xen_pfn = 0; in xen_for_each_gfn() local
Dgrant-table.c999 unsigned long xen_pfn; in gnttab_foreach_grant_in_range() local
1023 unsigned long xen_pfn = 0; in gnttab_foreach_grant() local
Dgntdev.c929 unsigned long xen_pfn; in gntdev_get_page() local
/linux-4.19.296/include/xen/
Dpage.h18 #define xen_pfn_to_page(xen_pfn) \ argument