Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c470 if (config1 & MIPS_CONF1_WR) in decode_config1()
842 MIPS_CONF_M | MIPS_CONF1_PC | MIPS_CONF1_WR | in decode_guest_config1()
850 if (config1 & MIPS_CONF1_WR) in decode_guest_config1()
852 if (config1_dyn & MIPS_CONF1_WR) in decode_guest_config1()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h468 #define MIPS_CONF1_WR (_ULCAST_(1) << 3) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h582 #define MIPS_CONF1_WR (_ULCAST_(1) << 3) macro
/openbmc/linux/arch/mips/kvm/
H A Dvz.c3127 MIPS_CONF1_WR | in kvm_vz_vcpu_setup()