Searched refs:SRMMU_ET_PTE (Results 1 – 6 of 6) sorted by relevance
228 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()238 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
39 #define SRMMU_ET_PTE 0x2 macro
224 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iommu_map_dma_area()227 dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); in iommu_map_dma_area()
181 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_map_dma_area()
75 kmap_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE); in kmap_init()
156 { return ((pte_val(pte) & SRMMU_ET_MASK) == SRMMU_ET_PTE); } in srmmu_pte_present()397 pteval = ((paddr >> 4) | SRMMU_ET_PTE | SRMMU_PRIV); in srmmu_nocache_init()521 tmp = (physaddr >> 4) | SRMMU_ET_PTE; in srmmu_mapioaddr()