Searched refs:MSR_IA32_THERM_STATUS (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/arch/x86/events/ |
D | msr.c | 125 [PERF_MSR_THERM] = { MSR_IA32_THERM_STATUS, &evattr_therm, test_therm_status, }, 126 [PERF_MSR_THERM_SNAP] = { MSR_IA32_THERM_STATUS, &evattr_therm_snap, test_therm_status, }, 127 [PERF_MSR_THERM_UNIT] = { MSR_IA32_THERM_STATUS, &evattr_therm_unit, test_therm_status, }, 216 } else if (unlikely(event->hw.event_base == MSR_IA32_THERM_STATUS)) { in msr_event_update()
|
/Linux-v4.19/drivers/cpufreq/ |
D | p4-clockmod.c | 64 rdmsr_on_cpu(cpu, MSR_IA32_THERM_STATUS, &l, &h); in cpufreq_p4_setdc()
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | therm_throt.c | 356 rdmsrl(MSR_IA32_THERM_STATUS, msr_val); in intel_thermal_interrupt()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | msr-index.h | 521 #define MSR_IA32_THERM_STATUS 0x0000019c macro
|
/Linux-v4.19/drivers/thermal/int340x_thermal/ |
D | processor_thermal_device.c | 171 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_THERM_STATUS, &eax, in read_temp_msr()
|
/Linux-v4.19/tools/testing/selftests/kvm/include/ |
D | x86.h | 788 #define MSR_IA32_THERM_STATUS 0x0000019c macro
|
/Linux-v4.19/drivers/hwmon/ |
D | coretemp.c | 454 MSR_IA32_THERM_STATUS; in init_temp_data()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 1820 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr)) in get_counters() 3977 if (get_msr(cpu, MSR_IA32_THERM_STATUS, &msr)) in print_thermal()
|