Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu-features.h84 #define cpu_has_maar __opt(MIPS_CPU_MAAR)
644 #define cpu_guest_has_maar (cpu_data[0].guest.options & MIPS_CPU_MAAR)
669 #define cpu_guest_has_dyn_maar (cpu_data[0].guest.options_dyn & MIPS_CPU_MAAR)
Dcpu.h394 #define MIPS_CPU_MAAR MBIT_ULL(30) /* MAAR(I) registers are present */ macro
/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c849 c->options |= MIPS_CPU_MAAR; in decode_config5()
1081 c->guest.options |= MIPS_CPU_MAAR; in decode_guest_config5()
1083 c->guest.options_dyn |= MIPS_CPU_MAAR; in decode_guest_config5()