Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dcpu-info.h49 #define MIPS_IC_SNOOPS_REMOTE 0x00000010 /* Ic snoops remote stores */ macro
Dcpu-features.h257 #define cpu_icache_snoops_remote_store (cpu_data[0].icache.flags & MIPS_IC_SNOOPS_REMOTE)
/linux-6.1.9/arch/mips/mm/
Dc-r4k.c1420 c->icache.flags |= MIPS_IC_SNOOPS_REMOTE; in probe_pcache()