Home
last modified time | relevance | path

Searched refs:INDEX_BASE (Results 1 – 6 of 6) sorted by relevance

/arch/mips/include/asm/mach-malta/
Dspaces.h109 #define INDEX_BASE CKSEG0 macro
/arch/mips/mm/
Dsc-r5k.c26 unsigned long start = INDEX_BASE; in blast_r5000_scache()
Dsc-mips.c122 if (!cm3_l2_init(c->dcache.linesz, INDEX_BASE, in cm3_l2_setup()
Dc-r4k.c264 unsigned long start = INDEX_BASE; in tx49_blast_icache32()
295 unsigned long start = INDEX_BASE + (page & indexmask); in tx49_blast_icache32_page_indexed()
1102 for (addr = INDEX_BASE; addr <= INDEX_BASE + 4096; addr += ic_lsize) { in rm7k_erratum31()
/arch/mips/include/asm/
Dr4kcache.h32 #ifndef INDEX_BASE
33 #define INDEX_BASE CKSEG0 macro
642 unsigned long start = INDEX_BASE; \
676 unsigned long start = INDEX_BASE + (page & indexmask); \
/arch/mips/txx9/generic/
Dsetup.c206 end = INDEX_BASE + dc_size / 4; in early_flush_dcache()
208 for (addr = INDEX_BASE; addr < end; addr += linesz) { in early_flush_dcache()
255 end = INDEX_BASE + dc_size / 2; in early_flush_dcache()
257 for (addr = INDEX_BASE; addr < end; addr += linesz) { in early_flush_dcache()