HomeSort by: relevance | last modified time | path
    Searched defs:has_sdcache_enable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/mips/mips/
cache.c 990 bool has_sdcache_enable = false; local in function:mips3_get_cache_config
1008 has_sdcache_enable = true;
1019 if (has_sdcache_enable == 0 ||
1020 (has_sdcache_enable && (config & MIPS3_CONFIG_SE))) {
cache.c 990 bool has_sdcache_enable = false; local in function:mips3_get_cache_config
1008 has_sdcache_enable = true;
1019 if (has_sdcache_enable == 0 ||
1020 (has_sdcache_enable && (config & MIPS3_CONFIG_SE))) {
cache.c 990 bool has_sdcache_enable = false; local in function:mips3_get_cache_config
1008 has_sdcache_enable = true;
1019 if (has_sdcache_enable == 0 ||
1020 (has_sdcache_enable && (config & MIPS3_CONFIG_SE))) {

Completed in 158 milliseconds