Home
last modified time | relevance | path

Searched refs:MIPS3_MAX_PCACHE_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dcache.c722 (MIPS3_MAX_PCACHE_SIZE - 1) & ~PAGE_MASK; /* va[14:12] */ in mips_config_cache_prehistoric()
723 mci->mci_cache_prefer_mask = MIPS3_MAX_PCACHE_SIZE - 1; in mips_config_cache_prehistoric()
/netbsd-src/sys/arch/mips/include/
H A Dcpuregs.h702 #define MIPS3_MAX_PCACHE_SIZE (32 * 1024) /* max. primary cache size */ macro