Home
last modified time | relevance | path

Searched refs:write_c0_guestctl1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/kvm/
H A Dtlb.c108 write_c0_guestctl1(guestctl1); in set_root_gid_to_guest_gid()
288 write_c0_guestctl1(0); in kvm_vz_local_flush_roottlb_all_guests()
295 write_c0_guestctl1(old_guestctl1); in kvm_vz_local_flush_roottlb_all_guests()
H A Dvz.c2963 write_c0_guestctl1(0); in kvm_vz_hardware_enable()
3019 write_c0_guestctl1(0); in kvm_vz_hardware_disable()
/openbmc/linux/arch/mips/lib/
H A Ddump_tlb.c185 write_c0_guestctl1(s_guestctl1); in dump_tlb()
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c988 write_c0_guestctl1(0); in cpu_probe_guestctl0()
1006 write_c0_guestctl1(MIPS_GCTL1_ID); in cpu_probe_guestctl1()
1010 write_c0_guestctl1(0); in cpu_probe_guestctl1()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1719 #define write_c0_guestctl1(val) __write_32bit_c0_register($10, 4, val) macro