Searched refs:rdmsrl_safe_on_cpu (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/x86/kernel/acpi/ |
H A D | cppc.c | 39 err = rdmsrl_safe_on_cpu(cpunum, reg->address, val); in cpc_read_ffh() 55 err = rdmsrl_safe_on_cpu(cpunum, reg->address, &rd_val); in cpc_write_ffh()
|
/openbmc/linux/arch/x86/lib/ |
H A D | msr-smp.c | 225 int rdmsrl_safe_on_cpu(unsigned int cpu, u32 msr_no, u64 *q) in rdmsrl_safe_on_cpu() function 235 EXPORT_SYMBOL(rdmsrl_safe_on_cpu);
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | msr.h | 322 int rdmsrl_safe_on_cpu(unsigned int cpu, u32 msr_no, u64 *q); 366 static inline int rdmsrl_safe_on_cpu(unsigned int cpu, u32 msr_no, u64 *q) in rdmsrl_safe_on_cpu() function
|
/openbmc/linux/drivers/powercap/ |
H A D | intel_rapl_msr.c | 106 if (rdmsrl_safe_on_cpu(cpu, ra->reg.msr, &ra->value)) { in rapl_msr_read_raw()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | amd-pstate-ut.c | 149 ret = rdmsrl_safe_on_cpu(cpu, MSR_AMD_CPPC_CAP1, &cap1); in amd_pstate_ut_check_perf()
|
H A D | amd-pstate.c | 337 int ret = rdmsrl_safe_on_cpu(cpudata->cpu, MSR_AMD_CPPC_CAP1, in pstate_init_perf() 762 ret = rdmsrl_safe_on_cpu(cpu, MSR_AMD_CPPC_CAP1, &cap1); in amd_pstate_get_highest_perf()
|
H A D | intel_pstate.c | 1885 err = rdmsrl_safe_on_cpu(cpu, MSR_CONFIG_TDP_CONTROL, &tdp_ctrl); in core_get_tdp_ratio() 1891 err = rdmsrl_safe_on_cpu(cpu, tdp_msr, &tdp_ratio); in core_get_tdp_ratio() 1928 err = rdmsrl_safe_on_cpu(cpu, MSR_TURBO_ACTIVATION_RATIO, &tar); in core_get_max_pstate()
|
/openbmc/linux/drivers/platform/x86/intel/speed_select_if/ |
H A D | isst_if_common.c | 538 ret = rdmsrl_safe_on_cpu(msr_cmd->logical_cpu, in isst_if_msr_cmd_req()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | 1772 ret = rdmsrl_safe_on_cpu(cpu, MSR_IA32_RTIT_CTL, &ctl); in pt_init()
|