ST0_ISC 486 arch/mips/kernel/cpu-probe.c size1 = r3k_cache_size(ST0_ISC); ST0_ISC 488 arch/mips/kernel/cpu-probe.c size2 = r3k_cache_size(ST0_ISC); ST0_ISC 95 arch/mips/mm/c-r3k.c dcache_size = r3k_cache_size(ST0_ISC); ST0_ISC 97 arch/mips/mm/c-r3k.c dcache_lsize = r3k_cache_lsize(ST0_ISC); ST0_ISC 99 arch/mips/mm/c-r3k.c icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); ST0_ISC 101 arch/mips/mm/c-r3k.c icache_lsize = r3k_cache_lsize(ST0_ISC|ST0_SWC); ST0_ISC 119 arch/mips/mm/c-r3k.c write_c0_status((ST0_ISC|ST0_SWC|flags)&~ST0_IEC); ST0_ISC 176 arch/mips/mm/c-r3k.c write_c0_status((ST0_ISC|flags)&~ST0_IEC);