Home
last modified time | relevance | path

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

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