Searched refs:MIPS_CONF1_WR (Results 1 – 4 of 4) sorted by relevance
469 if (config1 & MIPS_CONF1_WR) in decode_config1()841 MIPS_CONF_M | MIPS_CONF1_PC | MIPS_CONF1_WR | in decode_guest_config1()849 if (config1 & MIPS_CONF1_WR) in decode_guest_config1()851 if (config1_dyn & MIPS_CONF1_WR) in decode_guest_config1()
653 MIPS_CONF1_WR | MIPS_CONF1_CA); in kvm_trap_emul_vcpu_setup()
3123 MIPS_CONF1_WR | in kvm_vz_vcpu_setup()
597 #define MIPS_CONF1_WR (_ULCAST_(1) << 3) macro