Home
last modified time | relevance | path

Searched refs:scache (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-mips/
Dr4kcache.h222 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache16()
223 unsigned long ws_inc = 1UL << current_cpu_data.scache.waybit; in blast_scache16()
224 unsigned long ws_end = current_cpu_data.scache.ways << in blast_scache16()
225 current_cpu_data.scache.waybit; in blast_scache16()
248 unsigned long ws_inc = 1UL << current_cpu_data.scache.waybit; in blast_scache16_page_indexed()
249 unsigned long ws_end = current_cpu_data.scache.ways << in blast_scache16_page_indexed()
250 current_cpu_data.scache.waybit; in blast_scache16_page_indexed()
365 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache32()
366 unsigned long ws_inc = 1UL << current_cpu_data.scache.waybit; in blast_scache32()
367 unsigned long ws_end = current_cpu_data.scache.ways << in blast_scache32()
[all …]
Dprocessor.h70 struct cache_desc scache; /* Secondary cache */ member
106 #define cpu_scache_line_size() current_cpu_data.scache.linesz
/linux-2.4.37.9/include/asm-mips64/
Dr4kcache.h222 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache16()
223 unsigned long ws_inc = 1UL << current_cpu_data.scache.waybit; in blast_scache16()
224 unsigned long ws_end = current_cpu_data.scache.ways << in blast_scache16()
225 current_cpu_data.scache.waybit; in blast_scache16()
248 unsigned long ws_inc = 1UL << current_cpu_data.scache.waybit; in blast_scache16_page_indexed()
249 unsigned long ws_end = current_cpu_data.scache.ways << in blast_scache16_page_indexed()
250 current_cpu_data.scache.waybit; in blast_scache16_page_indexed()
365 unsigned long end = start + current_cpu_data.scache.waysize; in blast_scache32()
366 unsigned long ws_inc = 1UL << current_cpu_data.scache.waybit; in blast_scache32()
367 unsigned long ws_end = current_cpu_data.scache.ways << in blast_scache32()
[all …]
Dprocessor.h102 struct cache_desc scache; /* Secondary cache */ member
138 #define cpu_scache_line_size() current_cpu_data.scache.linesz
/linux-2.4.37.9/arch/mips/mm/
Dc-r4k.c227 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_blast_scache_page_setup()
243 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_blast_scache_setup()
481 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_dma_cache_wback_inv()
531 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_dma_cache_inv()
954 c->scache.linesz = 16 << ((config & R4K_CONF_SB) >> 22); in probe_scache()
955 c->scache.ways = 1; in probe_scache()
991 c->scache.linesz = 64 << ((config >> 13) & 1); in setup_scache()
992 c->scache.ways = 2; in setup_scache()
993 c->scache.waybit= 0; in setup_scache()
1020 !(c->scache.flags & MIPS_CACHE_NOT_PRESENT)) in setup_scache()
[all …]
/linux-2.4.37.9/arch/mips64/mm/
Dc-r4k.c227 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_blast_scache_page_setup()
243 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_blast_scache_setup()
481 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_dma_cache_wback_inv()
531 unsigned long sc_lsize = current_cpu_data.scache.linesz; in r4k_dma_cache_inv()
954 c->scache.linesz = 16 << ((config & R4K_CONF_SB) >> 22); in probe_scache()
955 c->scache.ways = 1; in probe_scache()
991 c->scache.linesz = 64 << ((config >> 13) & 1); in setup_scache()
992 c->scache.ways = 2; in setup_scache()
993 c->scache.waybit= 0; in setup_scache()
1020 !(c->scache.flags & MIPS_CACHE_NOT_PRESENT)) in setup_scache()
[all …]
/linux-2.4.37.9/Documentation/vm/
Dlocking106 Pages are guaranteed not to be removed from the scache if the page is
112 establishing a reference on a scache page, so, it must check whether the
116 the page from the scache).
124 Swap device deletion code currently breaks all the scache assumptions,
/linux-2.4.37.9/arch/mips/kernel/
Dcpu-probe.c445 c->scache.flags = MIPS_CACHE_NOT_PRESENT; in decode_config1()
482 c->scache.flags &= ~MIPS_CACHE_NOT_PRESENT; in cpu_probe_mips()
557 c->scache.ways = 8; in cpu_probe_sandcraft()
/linux-2.4.37.9/arch/mips64/kernel/
Dcpu-probe.c739 c->scache.flags = MIPS_CACHE_NOT_PRESENT; in decode_config1()
776 c->scache.flags &= ~MIPS_CACHE_NOT_PRESENT; in cpu_probe_mips()
841 c->scache.ways = 8; in cpu_probe_sandcraft()