Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dcache_init.S22 #define INDEX_BASE CKSEG0 macro
275 PTR_LI t0, INDEX_BASE
311 PTR_LI t0, INDEX_BASE
317 PTR_LI t0, INDEX_BASE
320 PTR_LI t0, INDEX_BASE
341 PTR_LI t0, INDEX_BASE
347 PTR_LI t0, INDEX_BASE
352 PTR_LI t0, INDEX_BASE
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dr4kcache.h42 #define INDEX_BASE CKSEG0 macro
210 unsigned long start = INDEX_BASE; \
237 unsigned long start = INDEX_BASE + (page & indexmask); \
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dsc-r5k.c26 unsigned long start = INDEX_BASE; in blast_r5000_scache()
H A Dc-r4k.c263 unsigned long start = INDEX_BASE; in tx49_blast_icache32()
296 unsigned long start = INDEX_BASE + (page & indexmask); in tx49_blast_icache32_page_indexed()
1029 for (addr = INDEX_BASE; addr <= INDEX_BASE + 4096; addr += ic_lsize) { in rm7k_erratum31()
/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dsetup.c158 end = INDEX_BASE + dc_size / 4; in early_flush_dcache()
160 for (addr = INDEX_BASE; addr < end; addr += linesz) { in early_flush_dcache()
207 end = INDEX_BASE + dc_size / 2; in early_flush_dcache()
209 for (addr = INDEX_BASE; addr < end; addr += linesz) { in early_flush_dcache()