Searched refs:PTE_C_UNCACHED (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/mips/include/
H A Dvm.h35 #define VM_MEMATTR_UNCACHEABLE ((vm_memattr_t)PTE_C_UNCACHED)
H A Dpte.h135 #define PTE_C_UNCACHED (PTE_C(MIPS_CCA_UNCACHED)) macro
/freebsd-10.2-release/sys/mips/sibyte/
H A Dsb_zbpci.c352 pmap_kenter_attr(va_page, pa_page, PTE_C_UNCACHED);
/freebsd-10.2-release/sys/mips/mips/
H A Dpmap.c2015 newpte |= PTE_C_UNCACHED;
2286 *pte |= PTE_C_UNCACHED;
3106 pmap_kenter_attr(tmpva, pa, PTE_C_UNCACHED);

Completed in 57 milliseconds