Home
last modified time | relevance | path

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

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