Searched refs:CTRL_WRITE (Results 1 – 2 of 2) sorted by relevance
/external/oprofile/module/x86/ |
D | op_model_ppro.c | 25 #define CTRL_WRITE(l, h, msrs, c) do {wrmsr((msrs->controls.addrs[(c)]), (l), (h));} while (0) macro 55 CTRL_WRITE(low, high, msrs, i); in ppro_setup_ctrs() 75 CTRL_WRITE(low, high, msrs, i); in ppro_setup_ctrs() 102 CTRL_WRITE(low, high, msrs, 0); in ppro_start() 111 CTRL_WRITE(low, high, msrs, 0); in ppro_stop()
|
D | op_model_athlon.c | 25 #define CTRL_WRITE(l, h, msrs, c) do {wrmsr(msrs->controls.addrs[(c)], (l), (h));} while (0) macro 59 CTRL_WRITE(low, high, msrs, i); in athlon_setup_ctrs() 79 CTRL_WRITE(low, high, msrs, i); in athlon_setup_ctrs() 111 CTRL_WRITE(low, high, msrs, i); in athlon_start() 125 CTRL_WRITE(low, high, msrs, i); in athlon_stop()
|