Lines Matching defs:high
510 unsigned int high = 0;
534 rdmsr(ev->bindings[i].escr_address, escr, high);
545 wrmsr(ev->bindings[i].escr_address, escr, high);
549 cccr, high);
558 cccr, high);
573 unsigned int low, high;
578 rdmsr(MSR_IA32_MISC_ENABLE, low, high);
588 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
591 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
618 unsigned long ctr, low, high, stag, real;
633 * counter high bit for un-flagged overflows.
647 rdmsr(p4_counters[real].cccr_address, low, high);
648 rdmsr(p4_counters[real].counter_address, ctr, high);
654 wrmsr(p4_counters[real].cccr_address, low, high);
670 unsigned int low, high, stag;
678 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
680 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
687 unsigned int low, high, stag;
695 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
697 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);