Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dcpu.h381 #define MIPS_CPU_MAAR 0x400000000ull /* MAAR(I) registers are present */ macro
Dcpu-features.h42 #define cpu_has_maar (cpu_data[0].options & MIPS_CPU_MAAR)
/arch/mips/kernel/
Dcpu-probe.c792 c->options |= MIPS_CPU_MAAR; in decode_config5()