Home
last modified time | relevance | path

Searched refs:MIPS_GCTL1_ID_SHIFT (Results 1 – 4 of 4) 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()
Dentry.c343 uasm_i_ext(&p, T1, T0, MIPS_GCTL1_ID_SHIFT, in kvm_mips_build_enter_guest()
/linux-6.1.9/arch/mips/include/asm/
Dmipsregs.h955 #define MIPS_GCTL1_ID_SHIFT 0 macro
957 #define MIPS_GCTL1_ID (_ULCAST_(0xff) << MIPS_GCTL1_ID_SHIFT)
/linux-6.1.9/arch/mips/kernel/
Dcpu-probe.c1009 >> MIPS_GCTL1_ID_SHIFT; in cpu_probe_guestctl1()