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