Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
A Dcpu-features.h99 #define cpu_has_maar __opt(MIPS_CPU_MAAR)
709 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
734 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)
A Dcpu.h396 #define MIPS_CPU_MAAR BIT_ULL(30) /* MAAR(I) registers are present */ macro
/linux/arch/mips/kernel/
A Dcpu-probe.c660 c->options |= MIPS_CPU_MAAR; in decode_config5()
936 c->guest.options |= MIPS_CPU_MAAR; in decode_guest_config5()
938 c->guest.options_dyn |= MIPS_CPU_MAAR; in decode_guest_config5()

Completed in 8 milliseconds