Home
last modified time | relevance | path

Searched refs:MIPS_CACHE_IC_F_DC (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/mips/include/asm/
Dcpu-info.h37 #define MIPS_CACHE_IC_F_DC 0x00000008 /* Ic can refill from D-cache */ macro
Dcpu-features.h108 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
/linux-3.4.99/arch/mips/mm/
Dc-r4k.c1079 c->icache.flags |= MIPS_CACHE_IC_F_DC; in probe_pcache()