Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dcpu-probe.c1016 write_c0_gtoffset(0xffffffff); in cpu_probe_gtoffset()
1019 write_c0_gtoffset(0); in cpu_probe_gtoffset()
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dvz.c373 write_c0_gtoffset(compare - read_c0_count()); in _kvm_vz_restore_stimer()
401 write_c0_gtoffset(start_count - read_c0_count()); in _kvm_vz_restore_htimer()
H A Demulate.c726 write_c0_gtoffset(compare - read_c0_count()); in kvm_mips_write_compare()
766 write_c0_gtoffset(compare - read_c0_count()); in kvm_mips_write_compare()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dmipsregs.h1742 #define write_c0_gtoffset(val) __write_32bit_c0_register($12, 7, val) macro