/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | platform_info_test.c | 31 msr_platform_info = rdmsr(MSR_PLATFORM_INFO); in guest_code() 71 msr_platform_info = vcpu_get_msr(vcpu, MSR_PLATFORM_INFO); in main() 72 vcpu_set_msr(vcpu, MSR_PLATFORM_INFO, in main() 76 vcpu_set_msr(vcpu, MSR_PLATFORM_INFO, msr_platform_info); in main()
|
/openbmc/u-boot/arch/x86/cpu/broadwell/ |
H A D | cpu.c | 107 platform_info = msr_read(MSR_PLATFORM_INFO); in set_max_freq() 115 msr = msr_read(MSR_PLATFORM_INFO); in set_max_freq() 403 platform_info = msr_read(MSR_PLATFORM_INFO); in cpu_config_tdp_levels() 423 msr = msr_read(MSR_PLATFORM_INFO); in set_max_ratio() 574 msr = msr_read(MSR_PLATFORM_INFO); in configure_thermal_target() 656 msr = msr_read(MSR_PLATFORM_INFO); in cpu_set_power_limits()
|
/openbmc/u-boot/arch/x86/cpu/ivybridge/ |
H A D | model_206ax.c | 153 platform_info = msr_read(MSR_PLATFORM_INFO); in cpu_config_tdp_levels() 163 msr_t msr = msr_read(MSR_PLATFORM_INFO); in set_power_limits() 294 msr = msr_read(MSR_PLATFORM_INFO); in configure_thermal_target() 362 msr = msr_read(MSR_PLATFORM_INFO); in set_max_ratio()
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | aperfmperf.c | 156 err = rdmsrl_safe(MSR_PLATFORM_INFO, base_freq); in knl_set_max_freq_ratio() 194 err = rdmsrl_safe(MSR_PLATFORM_INFO, base_freq); in skx_set_max_freq_ratio() 224 err = rdmsrl_safe(MSR_PLATFORM_INFO, base_freq); in core_set_max_freq_ratio()
|
H A D | intel.c | 586 if (!rdmsrl_safe(MSR_PLATFORM_INFO, &msr)) { in init_cpuid_fault()
|
/openbmc/u-boot/arch/x86/cpu/intel_common/ |
H A D | cpu.c | 78 msr = msr_read(MSR_PLATFORM_INFO); in cpu_set_flex_ratio_to_tdp_nominal()
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | intel_tcc_cooling.c | 84 err = rdmsrl_safe(MSR_PLATFORM_INFO, &val); in tcc_cooling_init()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc_msr.c | 181 rdmsr(MSR_PLATFORM_INFO, lo, hi); in cpu_khz_from_msr()
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | cpu.c | 146 platform_info = msr_read(MSR_PLATFORM_INFO); in tsc_freq()
|
/openbmc/u-boot/drivers/timer/ |
H A D | tsc_timer.c | 161 rdmsr(MSR_PLATFORM_INFO, lo, hi); in cpu_mhz_from_msr()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr-index.h | 59 #define MSR_PLATFORM_INFO 0x000000ce macro
|
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | processor_thermal_device.c | 93 err = rdmsrl_safe(MSR_PLATFORM_INFO, &val); in tcc_offset_degree_celsius_store()
|
/openbmc/linux/tools/arch/x86/include/asm/ |
H A D | msr-index.h | 68 #define MSR_PLATFORM_INFO 0x000000ce macro
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr-index.h | 71 #define MSR_PLATFORM_INFO 0x000000ce macro
|
/openbmc/linux/drivers/cpufreq/ |
H A D | intel_pstate.c | 1863 rdmsrl_on_cpu(cpu, MSR_PLATFORM_INFO, &value); in core_get_min_pstate() 1871 rdmsrl_on_cpu(cpu, MSR_PLATFORM_INFO, &value); in core_get_max_pstate_physical() 1916 rdmsrl_on_cpu(cpu, MSR_PLATFORM_INFO, &plat_info); in core_get_max_pstate()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | 196 rdmsrl(MSR_PLATFORM_INFO, reg); in pt_pmu_hw_init()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2433 get_msr(base_cpu, MSR_PLATFORM_INFO, &msr); in dump_nhm_platform_info() 3773 get_msr(base_cpu, MSR_PLATFORM_INFO, &msr); in probe_nhm_msrs() 4061 if (!get_msr(base_cpu, MSR_PLATFORM_INFO, &msr)) { in check_tcc_offset()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 1538 MSR_PLATFORM_INFO, 3949 case MSR_PLATFORM_INFO: in kvm_set_msr_common() 4314 case MSR_PLATFORM_INFO: in kvm_get_msr_common()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 7289 With this capability, a guest may read the MSR_PLATFORM_INFO MSR. Otherwise,
|