Home
last modified time | relevance | path

Searched refs:PTE_C (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dpte.h136 #define PTE_C(attr) ((attr & 0x07) << 3) macro
137 #define PTE_C_MASK (PTE_C(0x07))
138 #define PTE_C_UNCACHED (PTE_C(MIPS_CCA_UNCACHED))
139 #define PTE_C_CACHE (PTE_C(MIPS_CCA_CACHED))
140 #define PTE_C_WC (PTE_C(MIPS_CCA_WC))
/f-stack/freebsd/mips/beri/
H A Dberi_iommu.c147 npte |= PTE_C(VM_MEMATTR_UNCACHEABLE); in beri_iommu_enter()
/f-stack/freebsd/mips/mips/
H A Dpmap.c321 return PTE_C(ma); in pmap_pte_cache_bits()
833 npte = TLBLO_PA_TO_PFN(pa) | PTE_C(ma) | PTE_D | PTE_V | PTE_G; in pmap_kenter_attr()
3681 npte |= PTE_C(ma);