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

/linux-master/arch/mips/include/asm/
H A Dcpu-info.h48 #define MIPS_CACHE_IC_F_DC 0x00000008 /* Ic can refill from D-cache */ macro
H A Dcpu-features.h255 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
/linux-master/arch/mips/mm/
H A Dc-r4k.c1324 c->icache.flags |= MIPS_CACHE_IC_F_DC;
1328 c->icache.flags |= MIPS_CACHE_IC_F_DC;

Completed in 112 milliseconds