Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h454 #define MIPS_CONF_MT (_ULCAST_(7) << 7) macro
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c412 mt = config0 & MIPS_CONF_MT; in decode_config0()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h558 #define MIPS_CONF_MT (_ULCAST_(7) << 7) macro
/openbmc/linux/arch/mips/kvm/
H A Dvz.c3118 kvm_change_sw_gc0_config(cop0, MIPS_CONF_MT, read_c0_config()); in kvm_vz_vcpu_setup()