Searched refs:MIPS_CONF_AR (Results 1 – 3 of 3) sorted by relevance
650 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()665 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0()
636 config = read_c0_config() & MIPS_CONF_AR; in kvm_trap_emul_vcpu_setup()
564 #define MIPS_CONF_AR (_ULCAST_(7) << 10) macro