Lines Matching refs:high
510 unsigned int high = 0; in pmc_setup_one_p4_counter() local
534 rdmsr(ev->bindings[i].escr_address, escr, high); in pmc_setup_one_p4_counter()
545 wrmsr(ev->bindings[i].escr_address, escr, high); in pmc_setup_one_p4_counter()
549 cccr, high); in pmc_setup_one_p4_counter()
558 cccr, high); in pmc_setup_one_p4_counter()
573 unsigned int low, high; in p4_setup_ctrs() local
578 rdmsr(MSR_IA32_MISC_ENABLE, low, high); in p4_setup_ctrs()
588 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high); in p4_setup_ctrs()
591 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high); in p4_setup_ctrs()
618 unsigned long ctr, low, high, stag, real; in p4_check_ctrs() local
647 rdmsr(p4_counters[real].cccr_address, low, high); in p4_check_ctrs()
648 rdmsr(p4_counters[real].counter_address, ctr, high); in p4_check_ctrs()
654 wrmsr(p4_counters[real].cccr_address, low, high); in p4_check_ctrs()
670 unsigned int low, high, stag; in p4_start() local
678 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high); in p4_start()
680 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high); in p4_start()
687 unsigned int low, high, stag; in p4_stop() local
695 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high); in p4_stop()
697 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high); in p4_stop()