Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kvm/
H A Dvz.c2821 change_gc0_config1(MIPS_CONF1_TLBS, in kvm_vz_resize_guest_vtlb()
2855 ret = (read_gc0_config1() & MIPS_CONF1_TLBS) >> in kvm_vz_resize_guest_vtlb()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h492 #define MIPS_CONF1_TLBS (_ULCAST_(63) << MIPS_CONF1_TLBS_SHIFT) macro
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c481 c->tlbsize = ((config1 & MIPS_CONF1_TLBS) >> 25) + 1; in decode_config1()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h606 #define MIPS_CONF1_TLBS (_ULCAST_(63) << MIPS_CONF1_TLBS_SHIFT) macro