Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kvm/
H A Dtlb.c106 ((guestctl1 & MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT) in set_root_gid_to_guest_gid()
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c1006 write_c0_guestctl1(MIPS_GCTL1_ID); in cpu_probe_guestctl1()
1008 c->guestid_mask = (read_c0_guestctl1() & MIPS_GCTL1_ID) in cpu_probe_guestctl1()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h957 #define MIPS_GCTL1_ID (_ULCAST_(0xff) << MIPS_GCTL1_ID_SHIFT) macro