Searched refs:rdmsr_carefully (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A DDiagnostics.c192 rdmsr_carefully(MSR_IA32_PKG_C2_RESIDENCY, &c2l, &c2h);
193 rdmsr_carefully(MSR_IA32_PKG_C3_RESIDENCY, &c3l, &c3h);
194 rdmsr_carefully(MSR_IA32_PKG_C6_RESIDENCY, &c6l, &c6h);
195 rdmsr_carefully(MSR_IA32_PKG_C7_RESIDENCY, &c7l, &c7h);
226 rdmsr_carefully(MSR_IA32_PKG_POWER_SKU_UNIT, &pkg_unit_l, &pkg_unit_h);
227 rdmsr_carefully(MSR_IA32_PKG_ENERGY_STATUS, &pkg_ecl, &pkg_ech);
231 rdmsr_carefully(MSR_IA32_PP0_ENERGY_STATUS, &pkg_ecl, &pkg_ech);
234 rdmsr_carefully(MSR_IA32_PP1_ENERGY_STATUS, &pkg_ecl, &pkg_ech);
324 rdmsr_carefully(MSR_IA32_MPERF, &mpl, &mph);
325 rdmsr_carefully(MSR_IA32_APER
[all...]
H A DpmCPU.c136 rdmsr_carefully(MSR_IA32_CORE_C3_RESIDENCY, &cl, &ch);
138 rdmsr_carefully(MSR_IA32_CORE_C6_RESIDENCY, &cl, &ch);
140 rdmsr_carefully(MSR_IA32_CORE_C7_RESIDENCY, &cl, &ch);
187 rdmsr_carefully(MSR_IA32_CORE_C3_RESIDENCY, &cl, &ch);
189 rdmsr_carefully(MSR_IA32_CORE_C6_RESIDENCY, &cl, &ch);
191 rdmsr_carefully(MSR_IA32_CORE_C7_RESIDENCY, &cl, &ch);
H A Dproc_reg.h441 * rdmsr_carefully() returns 0 when the MSR has been read successfully,
445 extern int rdmsr_carefully(uint32_t msr, uint32_t *lo, uint32_t *hi);
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dlocore.s113 * int rdmsr_carefully(uint32_t msr, uint32_t *lo, uint32_t *hi)
115 ENTRY(rdmsr_carefully) function

Completed in 174 milliseconds