Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kvm/
Dtlb.c106 ((guestctl1 & MIPS_GCTL1_ID) >> MIPS_GCTL1_ID_SHIFT) in set_root_gid_to_guest_gid()
/linux-6.1.9/arch/mips/kernel/
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()
/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h957 #define MIPS_GCTL1_ID (_ULCAST_(0xff) << MIPS_GCTL1_ID_SHIFT) macro