ic_lsize 317 arch/mips/mm/c-r4k.c unsigned long ic_lsize = cpu_icache_line_size(); ic_lsize 319 arch/mips/mm/c-r4k.c if (ic_lsize == 0) ic_lsize 321 arch/mips/mm/c-r4k.c else if (ic_lsize == 16) ic_lsize 323 arch/mips/mm/c-r4k.c else if (ic_lsize == 32 && current_cpu_type() == CPU_LOONGSON2) ic_lsize 325 arch/mips/mm/c-r4k.c else if (ic_lsize == 32) ic_lsize 327 arch/mips/mm/c-r4k.c else if (ic_lsize == 64) ic_lsize 329 arch/mips/mm/c-r4k.c else if (ic_lsize == 128) ic_lsize 341 arch/mips/mm/c-r4k.c unsigned long ic_lsize = cpu_icache_line_size(); ic_lsize 343 arch/mips/mm/c-r4k.c if (ic_lsize == 0) ic_lsize 345 arch/mips/mm/c-r4k.c else if (ic_lsize == 16) ic_lsize 347 arch/mips/mm/c-r4k.c else if (ic_lsize == 32) ic_lsize 349 arch/mips/mm/c-r4k.c else if (ic_lsize == 64) ic_lsize 359 arch/mips/mm/c-r4k.c unsigned long ic_lsize = cpu_icache_line_size(); ic_lsize 361 arch/mips/mm/c-r4k.c if (ic_lsize == 0) ic_lsize 363 arch/mips/mm/c-r4k.c else if (ic_lsize == 16) ic_lsize 365 arch/mips/mm/c-r4k.c else if (ic_lsize == 32) { ic_lsize 378 arch/mips/mm/c-r4k.c } else if (ic_lsize == 64) ic_lsize 387 arch/mips/mm/c-r4k.c unsigned long ic_lsize = cpu_icache_line_size(); ic_lsize 389 arch/mips/mm/c-r4k.c if (ic_lsize == 0) ic_lsize 391 arch/mips/mm/c-r4k.c else if (ic_lsize == 16) ic_lsize 393 arch/mips/mm/c-r4k.c else if (ic_lsize == 32) { ic_lsize 402 arch/mips/mm/c-r4k.c } else if (ic_lsize == 64) ic_lsize 404 arch/mips/mm/c-r4k.c else if (ic_lsize == 128) ic_lsize 991 arch/mips/mm/c-r4k.c const unsigned long ic_lsize = 32; ic_lsize 998 arch/mips/mm/c-r4k.c for (addr = INDEX_BASE; addr <= INDEX_BASE + 4096; addr += ic_lsize) {