Searched refs:write_c0_perfcnt (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/oprofile/
H A Dop_model_loongson2.c34 #define write_c0_perfcnt(val) __write_64bit_c0_register($25, 0, val) macro
49 write_c0_perfcnt(0); reset_counters()
89 write_c0_perfcnt((reg.reset_counter2 << 32) | reg.reset_counter1); loongson2_cpu_setup()
135 write_c0_perfcnt((counter2 << 32) | counter1); loongson2_perfcount_handler()

Completed in 79 milliseconds