Searched refs:IOPTE_PAGE (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Diommu_64.h15 #define IOPTE_PAGE 0x00007fffffffe000UL macro
H A Diommu_32.h96 #define IOPTE_PAGE 0x07ffff00 /* Physical page number (PA[30:12]) */ macro
/linux-master/arch/sparc/kernel/
H A Diommu.c81 ((iopte_val(*iopte) & IOPTE_PAGE) == (iommu)->dummy_page_pa)
87 val &= ~IOPTE_PAGE;
238 (first_page & IOPTE_PAGE));
/linux-master/arch/sparc/mm/
H A Diommu.c53 #define MKIOPTE(pfn, perm) (((((pfn)<<8) & IOPTE_PAGE) | (perm)) & ~IOPTE_WAZ)

Completed in 110 milliseconds