Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dpte.h393 && (pa & PGC_NOCACHE) == 0; in pte_make_enter()
396 pa &= ~(PGC_NOCACHE|PGC_PREFETCH); in pte_make_enter()
H A Dpmap.h174 #define PGC_NOCACHE 0x4000000000000000ULL macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/mips/
H A Dbus_dma.c1198 return (mips_btop(pa | PGC_NOCACHE)); in _bus_dmamem_mmap()