Home
last modified time | relevance | path

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

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