Home
last modified time | relevance | path

Searched refs:MSR_PLATFORM_INFO (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dplatform_info_test.c31 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 Dcpu.c107 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 Dmodel_206ax.c153 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 Daperfmperf.c156 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 Dintel.c586 if (!rdmsrl_safe(MSR_PLATFORM_INFO, &msr)) { in init_cpuid_fault()
/openbmc/u-boot/arch/x86/cpu/intel_common/
H A Dcpu.c78 msr = msr_read(MSR_PLATFORM_INFO); in cpu_set_flex_ratio_to_tdp_nominal()
/openbmc/linux/drivers/thermal/intel/
H A Dintel_tcc_cooling.c84 err = rdmsrl_safe(MSR_PLATFORM_INFO, &val); in tcc_cooling_init()
/openbmc/linux/arch/x86/kernel/
H A Dtsc_msr.c181 rdmsr(MSR_PLATFORM_INFO, lo, hi); in cpu_khz_from_msr()
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c146 platform_info = msr_read(MSR_PLATFORM_INFO); in tsc_freq()
/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c161 rdmsr(MSR_PLATFORM_INFO, lo, hi); in cpu_mhz_from_msr()
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h59 #define MSR_PLATFORM_INFO 0x000000ce macro
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_device.c93 err = rdmsrl_safe(MSR_PLATFORM_INFO, &val); in tcc_offset_degree_celsius_store()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h68 #define MSR_PLATFORM_INFO 0x000000ce macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h71 #define MSR_PLATFORM_INFO 0x000000ce macro
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c1863 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 Dpt.c196 rdmsrl(MSR_PLATFORM_INFO, reg); in pt_pmu_hw_init()
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c2433 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 Dx86.c1538 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 Dapi.rst7289 With this capability, a guest may read the MSR_PLATFORM_INFO MSR. Otherwise,