Home
last modified time | relevance | path

Searched refs:write_c0_perfcontrol (Results 1 – 2 of 2) sorted by relevance

/arch/mips/oprofile/
Dop_model_rm9000.c74 write_c0_perfcontrol(reg.control); in rm9000_cpu_start()
80 write_c0_perfcontrol(0); in rm9000_cpu_stop()
96 write_c0_perfcontrol(0); in rm9000_perfcount_handler()
113 write_c0_perfcontrol(reg.control); in rm9000_perfcount_handler()
/arch/mips/include/asm/
Dmipsregs.h976 #define write_c0_perfcontrol(val) __write_32bit_c0_register($22, 0, val) macro