Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dcpu-features.h99 #define cpu_has_maar __opt(MIPS_CPU_MAAR)
725 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
750 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)
H A Dcpu.h388 #define MIPS_CPU_MAAR BIT_ULL(30) /* MAAR(I) registers are present */ macro
/linux/arch/mips/kernel/
H A Dcpu-probe.c665 c->options |= MIPS_CPU_MAAR; in decode_config5()
940 c->guest.options |= MIPS_CPU_MAAR; in decode_guest_config5()
942 c->guest.options_dyn |= MIPS_CPU_MAAR; in decode_guest_config5()