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

  /src/sys/arch/mips/include/
cpuregs.h 141 (mips_options.mips3_xkphys_cached | (x))
locore.h 124 uint64_t mips3_xkphys_cached; member in struct:mips_options
  /src/sys/arch/mips/mips/
mips_machdep.c 1292 opts->mips3_xkphys_cached = MIPS_PHYS_TO_XKPHYS(cca, 0);
1297 opts->mips3_xkphys_cached = MIPS3_DEFAULT_XKPHYS_CACHED;
pmap_machdep.c 1085 KASSERT(mips_options.mips3_xkphys_cached);

Completed in 16 milliseconds