Home
last modified time | relevance | path

Searched refs:r3k_cache_size (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/mm/
H A Dc-r3k.c28 unsigned long r3k_cache_size(unsigned long ca_flags) in r3k_cache_size() function
94 dcache_size = r3k_cache_size(ST0_ISC); in r3k_probe_cache()
98 icache_size = r3k_cache_size(ST0_ISC|ST0_SWC); in r3k_probe_cache()
/linux/arch/mips/kernel/
H A Dcpu-r3k-probe.c48 size1 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
50 size2 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
H A Dcpu-probe.c185 size1 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
187 size2 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
/linux/arch/mips/include/asm/
H A Dcache.h21 extern unsigned long r3k_cache_size(unsigned long);