Home
last modified time | relevance | path

Searched refs:MIPS_CONF4_KSCREXIST (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c622 c->kscratch_mask = (config4 & MIPS_CONF4_KSCREXIST) in decode_config4()
918 MIPS_CONF_M | MIPS_CONF4_KSCREXIST); in decode_guest_config4()
920 c->guest.kscratch_mask = (config4 & MIPS_CONF4_KSCREXIST) in decode_guest_config4()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h550 #define MIPS_CONF4_KSCREXIST (_ULCAST_(255) << 16) macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h661 #define MIPS_CONF4_KSCREXIST (_ULCAST_(255) << MIPS_CONF4_KSCREXIST_SHIFT) macro