Home
last modified time | relevance | path

Searched refs:write_pcr (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-sparc64/
Dsystem.h167 #define write_pcr(__p) __asm__ __volatile__("wr %0, 0x0, %%pcr" : : "r" (__p)); macro
273 write_pcr(current->thread.pcr_reg); \
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc.c619 write_pcr(arg2); in sys_perfctr()
630 write_pcr(0); in sys_perfctr()
669 write_pcr(current->thread.pcr_reg); in sys_perfctr()
Dprocess.c432 write_pcr(0); in exit_thread()
472 write_pcr(0); in flush_thread()