Searched refs:CACHE_PAGETABLES (Results 1 – 4 of 4) sorted by relevance
113 #define CACHE_PAGETABLES 0x1 /* caching pagetables OK on (sun4m) */ macro
201 CACHEINFO.c_flags |= CACHE_PAGETABLES; /* Ok to cache PTEs */ in viking_cache_enable()
1824 sc->cacheinfo.c_flags |= CACHE_PAGETABLES; in viking_hotfix()1856 CACHEINFO.c_flags |= CACHE_PAGETABLES; in viking_mmu_enable()
909 int cacheit = (CACHEINFO.c_flags & CACHE_PAGETABLES) != 0; in pgt_page_alloc()3857 if ((CACHEINFO.c_flags & CACHE_PAGETABLES) != 0 || in pmap_bootstrap4m()3869 if ((CACHEINFO.c_flags & CACHE_PAGETABLES) == 0) { in pmap_bootstrap4m()4039 cachebit = (CACHEINFO.c_flags & CACHE_PAGETABLES) != 0; in pmap_alloc_cpu()