Home
last modified time | relevance | path

Searched refs:waysize (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dr4kcache.h144 unsigned long end = start + current_cpu_data.dcache.waysize; in blast_dcache16()
183 unsigned long end = start + current_cpu_data.icache.waysize; in blast_icache16()
222 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache16()
287 unsigned long end = start + current_cpu_data.dcache.waysize; in blast_dcache32()
326 unsigned long end = start + current_cpu_data.icache.waysize; in blast_icache32()
365 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache32()
430 unsigned long end = start + current_cpu_data.icache.waysize; in blast_icache64()
469 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache64()
534 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache128()
Dprocessor.h40 unsigned int waysize; /* Bytes per way */ member
/linux-2.4.37.9/include/asm-mips64/
Dr4kcache.h144 unsigned long end = start + current_cpu_data.dcache.waysize; in blast_dcache16()
183 unsigned long end = start + current_cpu_data.icache.waysize; in blast_icache16()
222 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache16()
287 unsigned long end = start + current_cpu_data.dcache.waysize; in blast_dcache32()
326 unsigned long end = start + current_cpu_data.icache.waysize; in blast_icache32()
365 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache32()
430 unsigned long end = start + current_cpu_data.icache.waysize; in blast_icache64()
469 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache64()
534 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache128()
Dprocessor.h54 unsigned int waysize; /* Bytes per way */ member
/linux-2.4.37.9/arch/mips/mm/
Dc-tx39.c472 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; in ld_mmu_tx39()
473 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in ld_mmu_tx39()
476 current_cpu_data.icache.waysize / current_cpu_data.icache.linesz; in ld_mmu_tx39()
478 current_cpu_data.dcache.waysize / current_cpu_data.dcache.linesz; in ld_mmu_tx39()
480 if (current_cpu_data.dcache.waysize > PAGE_SIZE) in ld_mmu_tx39()
Dc-r4k.c120 unsigned long end = start + current_cpu_data.icache.waysize; in tx49_blast_icache32()
858 c->icache.waysize = icache_size / c->icache.ways; in probe_pcache()
859 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
871 if (c->dcache.waysize > PAGE_SIZE) in probe_pcache()
1024 c->scache.waysize = scache_size / c->scache.ways; in setup_scache()
/linux-2.4.37.9/arch/mips64/mm/
Dc-r4k.c120 unsigned long end = start + current_cpu_data.icache.waysize; in tx49_blast_icache32()
858 c->icache.waysize = icache_size / c->icache.ways; in probe_pcache()
859 c->dcache.waysize = dcache_size / c->dcache.ways; in probe_pcache()
871 if (c->dcache.waysize > PAGE_SIZE) in probe_pcache()
1024 c->scache.waysize = scache_size / c->scache.ways; in setup_scache()