Home
last modified time | relevance | path

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

/arch/sparc/mm/
Dleon_mm.c71 if (((pgd & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
94 if (((pmd & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
122 if (((ped & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
145 if (((ptr & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
Dhighmem.c49 kmap_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE); in kmap_init()
Diommu.c452 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
455 dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
Dio-unit.c236 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_alloc()
Dsrmmu.c335 pteval = ((paddr >> 4) | SRMMU_ET_PTE | SRMMU_PRIV); in srmmu_nocache_init()
527 tmp = (physaddr >> 4) | SRMMU_ET_PTE; in srmmu_mapioaddr()
/arch/sparc/include/asm/
Dviking.h229 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
239 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
Dpgtsrmmu.h58 #define SRMMU_ET_PTE 0x2 macro
Dpgtable_32.h147 return ((pte_val(pte) & SRMMU_ET_MASK) == SRMMU_ET_PTE); in pte_present()