Home
last modified time | relevance | path

Searched refs:CPUFLG_CACHEPAGETABLES (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/arch/sparc/sparc/
Dcpuvar.h273 #define CPUFLG_CACHEPAGETABLES 0x1 /* caching pagetables OK on Sun4m */ macro
Dcache.c174 cpuinfo.flags |= CPUFLG_CACHEPAGETABLES; /* Ok to cache PTEs */ in viking_cache_enable()
Dpmap.c225 if (p != NULL && ((cpuinfo.flags & CPUFLG_CACHEPAGETABLES) == 0)) { in pgt_page_alloc()
3228 if ((cpuinfo.flags & CPUFLG_CACHEPAGETABLES) != 0 || in pmap_bootstrap4m()
3254 if ((cpuinfo.flags & CPUFLG_CACHEPAGETABLES) == 0) in pmap_bootstrap4m()
3350 if ((sc->flags & CPUFLG_CACHEPAGETABLES) == 0) {
3403 if ((cpuinfo.flags & CPUFLG_CACHEPAGETABLES) != 0 && in pmap_cache_enable()
Dcpu.c889 sc->flags |= CPUFLG_CACHEPAGETABLES;