Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/mm/
H A 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()
H A Diommu.c449 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
452 dvma_prot = __pgprot(SRMMU_ET_PTE | SRMMU_PRIV); in ld_mmu_iommu()
H A Dio-unit.c238 dvma_prot = __pgprot(SRMMU_CACHE | SRMMU_ET_PTE | SRMMU_PRIV); in iounit_alloc()
H A Dsrmmu.c311 pteval = ((paddr >> 4) | SRMMU_ET_PTE | SRMMU_PRIV); in srmmu_nocache_init()
510 tmp = (physaddr >> 4) | SRMMU_ET_PTE; in srmmu_mapioaddr()
/openbmc/linux/arch/sparc/include/asm/
H A Dviking.h230 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
240 if ((val & SRMMU_ET_MASK) == SRMMU_ET_PTE) { in viking_hwprobe()
H A Dhighmem.h32 #define kmap_prot __pgprot(SRMMU_ET_PTE | SRMMU_PRIV | SRMMU_CACHE)
H A Dpgtsrmmu.h28 #define SRMMU_ET_PTE 0x2 macro
H A Dpgtable_32.h150 return ((pte_val(pte) & SRMMU_ET_MASK) == SRMMU_ET_PTE); in pte_present()