Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/kvm/
Dtlb.c244 ((guestctl1 & MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT) in set_root_gid_to_guest_gid()
/Linux-v5.10/arch/mips/kernel/
Dcpu-probe.c1005 write_c0_guestctl1(MIPS_GCTL1_ID); in cpu_probe_guestctl1()
1007 c->guestid_mask = (read_c0_guestctl1() & MIPS_GCTL1_ID) in cpu_probe_guestctl1()
/Linux-v5.10/arch/mips/include/asm/
Dmipsregs.h972 #define MIPS_GCTL1_ID (_ULCAST_(0xff) << MIPS_GCTL1_ID_SHIFT) macro