Searched refs:MIPS_CONF1_WR (Results 1 – 4 of 4) sorted by relevance
668 if (config1 & MIPS_CONF1_WR) in decode_config1()987 MIPS_CONF_M | MIPS_CONF1_PC | MIPS_CONF1_WR | in decode_guest_config1()995 if (config1 & MIPS_CONF1_WR) in decode_guest_config1()997 if (config1_dyn & MIPS_CONF1_WR) in decode_guest_config1()
661 MIPS_CONF1_WR | MIPS_CONF1_CA); in kvm_trap_emul_vcpu_setup()
3015 MIPS_CONF1_WR | in kvm_vz_vcpu_setup()
574 #define MIPS_CONF1_WR (_ULCAST_(1) << 3) macro