HomeSort by relevance Sort by last modified time
    Searched refs:CTRL_READ (Results 1 - 2 of 2) sorted by null

  /external/oprofile/module/x86/
op_model_athlon.c 24 #define CTRL_READ(l, h, msrs, c) do {rdmsr(msrs->controls.addrs[(c)], (l), (h));} while (0)
57 CTRL_READ(low, high, msrs, i);
72 CTRL_READ(low, high, msrs, i);
109 CTRL_READ(low, high, msrs, i);
123 CTRL_READ(low, high, msrs, i);
op_model_ppro.c 24 #define CTRL_READ(l, h, msrs, c) do {rdmsr((msrs->controls.addrs[(c)]), (l), (h));} while (0)
53 CTRL_READ(low, high, msrs, i);
68 CTRL_READ(low, high, msrs, i);
100 CTRL_READ(low, high, msrs, 0);
109 CTRL_READ(low, high, msrs, 0);

Completed in 635 milliseconds