Home
last modified time | relevance | path

Searched refs:MIPS_CONF1_WR (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/mips/kernel/
Dcpu-probe.c668 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()
/Linux-v4.19/arch/mips/kvm/
Dtrap_emul.c661 MIPS_CONF1_WR | MIPS_CONF1_CA); in kvm_trap_emul_vcpu_setup()
Dvz.c3015 MIPS_CONF1_WR | in kvm_vz_vcpu_setup()
/Linux-v4.19/arch/mips/include/asm/
Dmipsregs.h574 #define MIPS_CONF1_WR (_ULCAST_(1) << 3) macro