Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dsc-r5k.c26 unsigned long start = INDEX_BASE; in blast_r5000_scache()
Dc-r4k.c230 unsigned long start = INDEX_BASE; in tx49_blast_icache32()
261 unsigned long start = INDEX_BASE + (page & indexmask); in tx49_blast_icache32_page_indexed()
877 for (addr = INDEX_BASE; addr <= INDEX_BASE + 4096; addr += ic_lsize) { in rm7k_erratum31()
/linux-4.1.27/arch/mips/include/asm/
Dr4kcache.h39 #define INDEX_BASE CKSEG0 macro
561 unsigned long start = INDEX_BASE; \
595 unsigned long start = INDEX_BASE + (page & indexmask); \
/linux-4.1.27/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()