Searched refs:CPUFLG_CACHEPAGETABLES (Results 1 – 4 of 4) sorted by relevance
273 #define CPUFLG_CACHEPAGETABLES 0x1 /* caching pagetables OK on Sun4m */ macro
174 cpuinfo.flags |= CPUFLG_CACHEPAGETABLES; /* Ok to cache PTEs */ in viking_cache_enable()
225 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()
889 sc->flags |= CPUFLG_CACHEPAGETABLES;