Home
last modified time | relevance | path

Searched refs:SRMMU_ET_PTE (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dviking.h228 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
238 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
Dpgtsrmmu.h39 #define SRMMU_ET_PTE 0x2 macro
/linux-2.4.37.9/arch/sparc/mm/
Diommu.c224 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()
Dio-unit.c181 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_map_dma_area()
Dinit.c75 kmap_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE); in kmap_init()
Dsrmmu.c156 { 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()