Home
last modified time | relevance | path

Searched refs:rdmsr_safe_on_cpu (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/hwmon/
Dvia-cputemp.c71 err = rdmsr_safe_on_cpu(data->id, data->msr_temp, &eax, &edx); in temp_show()
85 err = rdmsr_safe_on_cpu(data->id, data->msr_vid, &eax, &edx); in cpu0_vid_show()
146 err = rdmsr_safe_on_cpu(data->id, data->msr_temp, &eax, &edx); in via_cputemp_probe()
Dcoretemp.c278 err = rdmsr_safe_on_cpu(id, 0x17, &eax, &edx); in adjust_tjmax()
312 err = rdmsr_safe_on_cpu(id, 0xee, &eax, &edx); in adjust_tjmax()
353 err = rdmsr_safe_on_cpu(id, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); in get_tjmax()
489 err = rdmsr_safe_on_cpu(cpu, tdata->status_reg, &eax, &edx); in create_core_data()
502 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, in create_core_data()
/linux-6.1.9/arch/x86/lib/
Dmsr-smp.c169 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_safe_on_cpu() function
191 EXPORT_SYMBOL(rdmsr_safe_on_cpu);
230 err = rdmsr_safe_on_cpu(cpu, msr_no, &low, &high); in rdmsrl_safe_on_cpu()
/linux-6.1.9/arch/x86/include/asm/
Dmsr.h320 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h);
357 static inline int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, in rdmsr_safe_on_cpu() function
/linux-6.1.9/arch/x86/kernel/
Dmsr.c67 err = rdmsr_safe_on_cpu(cpu, reg, &data[0], &data[1]); in msr_read()
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_device.c177 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_THERM_STATUS, &eax, in read_temp_msr()
/linux-6.1.9/drivers/thermal/intel/
Dx86_pkg_temp_thermal.c116 err = rdmsr_safe_on_cpu(cpu, MSR_IA32_TEMPERATURE_TARGET, &eax, &edx); in get_tj_max()