Home
last modified time | relevance | path

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

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