Home
last modified time | relevance | path

Searched refs:write_c0_gtoffset (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/kvm/
H A Demulate.c727 write_c0_gtoffset(compare - read_c0_count()); in kvm_mips_write_compare()
765 write_c0_gtoffset(compare - read_c0_count()); in kvm_mips_write_compare()
H A Dvz.c372 write_c0_gtoffset(compare - read_c0_count()); in _kvm_vz_restore_stimer()
399 write_c0_gtoffset(start_count - read_c0_count()); in _kvm_vz_restore_htimer()
/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c1017 write_c0_gtoffset(0xffffffff); in cpu_probe_gtoffset()
1020 write_c0_gtoffset(0); in cpu_probe_gtoffset()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h1741 #define write_c0_gtoffset(val) __write_32bit_c0_register($12, 7, val) macro