Home | History | Annotate | Download | only in x86

Lines Matching refs:high

361 #define ESCR_READ(escr, high, ev, i) do {rdmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
362 #define ESCR_WRITE(escr, high, ev, i) do {wrmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
372 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
488 unsigned int high = 0;
512 ESCR_READ(escr, high, ev, i);
523 ESCR_WRITE(escr, high, ev, i);
526 CCCR_READ(cccr, high, VIRT_CTR(stag, ctr));
535 CCCR_WRITE(cccr, high, VIRT_CTR(stag, ctr));
549 unsigned int low, high;
555 rdmsr(MSR_IA32_MISC_ENABLE, low, high);
563 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
566 wrmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
571 rdmsr(p4_unused_cccr[i], low, high);
574 wrmsr(p4_unused_cccr[i], low, high);
627 unsigned long ctr, low, high, stag, real;
642 * counter high
656 CCCR_READ(low, high, real);
657 CTR_READ(ctr, high, real);
662 CCCR_WRITE(low, high, real);
674 unsigned int low, high, stag;
682 CCCR_READ(low, high, VIRT_CTR(stag, i));
684 CCCR_WRITE(low, high, VIRT_CTR(stag, i));
691 unsigned int low, high, stag;
700 CCCR_READ(low, high, VIRT_CTR(stag, i));
702 CCCR_WRITE(low, high, VIRT_CTR(stag, i));