Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/mm/
Dleon_mm.c70 if (((pgd & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
93 if (((pmd & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
121 if (((ped & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
144 if (((ptr & SRMMU_ET_MASK) == SRMMU_ET_PTE)) { in leon_swprobe()
Dhighmem.c48 kmap_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE); in kmap_init()
Diommu.c445 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
448 dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
Dio-unit.c212 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_map_dma_area()
Dsrmmu.c304 pteval = ((paddr >> 4) | SRMMU_ET_PTE | SRMMU_PRIV); in srmmu_nocache_init()
494 tmp = (physaddr >> 4) | SRMMU_ET_PTE; in srmmu_mapioaddr()
/linux-4.4.14/arch/sparc/include/asm/
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.h57 #define SRMMU_ET_PTE 0x2 macro
Dpgtable_32.h146 return ((pte_val(pte) & SRMMU_ET_MASK) == SRMMU_ET_PTE); in pte_present()