Searched refs:IOPTE_PAGE (Results 1 – 4 of 4) sorted by relevance
14 #define IOPTE_PAGE 0x00007fffffffe000UL macro
95 #define IOPTE_PAGE 0x07ffff00 /* Physical page number (PA[30:12]) */ macro
80 ((iopte_val(*iopte) & IOPTE_PAGE) == (iommu)->dummy_page_pa)86 val &= ~IOPTE_PAGE; in iopte_make_dummy()238 (first_page & IOPTE_PAGE)); in dma_4u_alloc_coherent()
54 #define MKIOPTE(pfn, perm) (((((pfn)<<8) & IOPTE_PAGE) | (perm)) & ~IOPTE_WAZ)