Searched refs:CTRL_READ (Results 1 – 2 of 2) sorted by relevance
/external/oprofile/module/x86/ |
D | op_model_ppro.c | 24 #define CTRL_READ(l, h, msrs, c) do {rdmsr((msrs->controls.addrs[(c)]), (l), (h));} while (0) macro 53 CTRL_READ(low, high, msrs, i); in ppro_setup_ctrs() 68 CTRL_READ(low, high, msrs, i); in ppro_setup_ctrs() 100 CTRL_READ(low, high, msrs, 0); in ppro_start() 109 CTRL_READ(low, high, msrs, 0); in ppro_stop()
|
D | op_model_athlon.c | 24 #define CTRL_READ(l, h, msrs, c) do {rdmsr(msrs->controls.addrs[(c)], (l), (h));} while (0) macro 57 CTRL_READ(low, high, msrs, i); in athlon_setup_ctrs() 72 CTRL_READ(low, high, msrs, i); in athlon_setup_ctrs() 109 CTRL_READ(low, high, msrs, i); in athlon_start() 123 CTRL_READ(low, high, msrs, i); in athlon_stop()
|