Home
last modified time | relevance | path

Searched refs:MSR_DRAM_PERF_STATUS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/powercap/
H A Dintel_rapl_msr.c50 .regs[RAPL_DOMAIN_DRAM][RAPL_DOMAIN_REG_PERF].msr = MSR_DRAM_PERF_STATUS,
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h194 #define MSR_DRAM_PERF_STATUS 0x0000061b macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h400 #define MSR_DRAM_PERF_STATUS 0x0000061b macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h415 #define MSR_DRAM_PERF_STATUS 0x0000061b macro
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c479 offset = MSR_DRAM_PERF_STATUS; in idx_to_offset()
508 case MSR_DRAM_PERF_STATUS: in offset_to_idx()
2309 if (get_msr_sum(cpu, MSR_DRAM_PERF_STATUS, &msr)) in get_counters()