Searched refs:CTRL_SET_EVENT (Results 1 – 2 of 2) sorted by relevance
60 #define CTRL_SET_EVENT(val, e) (val |= e) macro123 CTRL_SET_EVENT(msr_content, counter_config[i].event); in ppro_setup_ctrs()
49 #define CTRL_SET_EVENT(val, e) (val |= (((e >> 8) & 0xf) | (e & 0xff))) macro229 CTRL_SET_EVENT(msr_content, counter_config[i].event); in athlon_setup_ctrs()
Completed in 6 milliseconds