Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/sparc/include/
Dcpu.h113 #define CACHE_PAGETABLES 0x1 /* caching pagetables OK on (sun4m) */ macro
/netbsd/src/sys/arch/sparc/sparc/
Dcache.c201 CACHEINFO.c_flags |= CACHE_PAGETABLES; /* Ok to cache PTEs */ in viking_cache_enable()
Dcpu.c1824 sc->cacheinfo.c_flags |= CACHE_PAGETABLES; in viking_hotfix()
1856 CACHEINFO.c_flags |= CACHE_PAGETABLES; in viking_mmu_enable()
Dpmap.c909 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()