Home
last modified time | relevance | path

Searched refs:MSR_RAPL_POWER_UNIT (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/powermng/corepower/
H A Dcorepower.c199 if (corepower_try(MSR_RAPL_POWER_UNIT, "MSR_RAPL_POWER_UNIT") == 0) in corepower_probe()
273 val = rdmsr(MSR_RAPL_POWER_UNIT); in corepower_attach()
/dragonfly/sys/cpu/x86_64/include/
H A Dspecialreg.h645 #define MSR_RAPL_POWER_UNIT 0x606 macro