Searched refs:CCCR_WRITE (Results 1 – 1 of 1) sorted by relevance
/external/oprofile/module/x86/ |
D | op_model_p4.c | 373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0) macro 535 CCCR_WRITE(cccr, high, VIRT_CTR(stag, ctr)); in pmc_setup_one_p4_counter() 662 CCCR_WRITE(low, high, real); in p4_check_ctrs() 684 CCCR_WRITE(low, high, VIRT_CTR(stag, i)); in p4_start() 702 CCCR_WRITE(low, high, VIRT_CTR(stag, i)); in p4_stop()
|