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