HomeSort by: relevance | last modified time | path
    Searched refs:CACHE_PAGETABLES (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc/include/
cpu.h 113 #define CACHE_PAGETABLES 0x1 /* caching pagetables OK on (sun4m) */
  /src/sys/arch/sparc/sparc/
cache.c 201 CACHEINFO.c_flags |= CACHE_PAGETABLES; /* Ok to cache PTEs */
cpu.c 1824 sc->cacheinfo.c_flags |= CACHE_PAGETABLES;
1856 CACHEINFO.c_flags |= CACHE_PAGETABLES;
pmap.c 909 int cacheit = (CACHEINFO.c_flags & CACHE_PAGETABLES) != 0;
3857 if ((CACHEINFO.c_flags & CACHE_PAGETABLES) != 0 ||
3869 if ((CACHEINFO.c_flags & CACHE_PAGETABLES) == 0) {
4039 cachebit = (CACHEINFO.c_flags & CACHE_PAGETABLES) != 0;

Completed in 20 milliseconds