Searched refs:MSR_RAPL_POWER_UNIT (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/x86/events/ |
H A D | rapl.c | 708 .msr_power_unit = MSR_RAPL_POWER_UNIT, 716 .msr_power_unit = MSR_RAPL_POWER_UNIT, 725 .msr_power_unit = MSR_RAPL_POWER_UNIT, 734 .msr_power_unit = MSR_RAPL_POWER_UNIT, 742 .msr_power_unit = MSR_RAPL_POWER_UNIT, 752 .msr_power_unit = MSR_RAPL_POWER_UNIT, 762 .msr_power_unit = MSR_RAPL_POWER_UNIT,
|
/openbmc/qemu/tools/i386/ |
H A D | rapl-msr-index.h | 25 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
H A D | qemu-vmsr-helper.c | 136 case MSR_RAPL_POWER_UNIT: in is_msr_allowed()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | librapl.c | 25 if (rdmsrl_safe(MSR_RAPL_POWER_UNIT, &power)) in librapl_energy_uJ()
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_msr.c | 37 .reg_unit.msr = MSR_RAPL_POWER_UNIT,
|
/openbmc/qemu/docs/specs/ |
H A D | rapl-msr.rst | 23 #define MSR_RAPL_POWER_UNIT 0x00000606
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 391 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 407 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 413 #define MSR_RAPL_POWER_UNIT 0x00000606 macro
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 4724 if (get_msr(base_cpu, MSR_RAPL_POWER_UNIT, &msr)) in rapl_probe_intel() 4944 if (get_msr(cpu, MSR_RAPL_POWER_UNIT, &msr)) in print_rapl()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3009 r->msr_unit = vmsr_read_msr(MSR_RAPL_POWER_UNIT, 0, r->pid, in kvm_msr_energy_thread_init() 3165 r = kvm_filter_msr(s, MSR_RAPL_POWER_UNIT, in kvm_vm_enable_energy_msrs()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 4080 case MSR_RAPL_POWER_UNIT: in kvm_get_msr_common()
|