Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.h257 #define cpu_has_ic_fills_f_dc (cpu_data[0].icache.flags & MIPS_CACHE_IC_F_DC)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dc-r4k.c1479 c->icache.flags |= MIPS_CACHE_IC_F_DC; in probe_pcache()
1483 c->icache.flags |= MIPS_CACHE_IC_F_DC; in probe_pcache()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dc-r4k.c1324 c->icache.flags |= MIPS_CACHE_IC_F_DC; in probe_pcache()
1328 c->icache.flags |= MIPS_CACHE_IC_F_DC; in probe_pcache()

Completed in 8 milliseconds