Searched refs:write_msr (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | msr.c | 47 * write_msr 55 int write_msr(int cpu, unsigned int idx, unsigned long long val) write_msr() function 96 ret = write_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, val); msr_intel_set_perf_bias()
|
H A D | helpers.h | 127 extern int write_msr(int cpu, unsigned int idx, unsigned long long val); 172 static inline int write_msr(int cpu, unsigned int idx, unsigned long long val) write_msr() function
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | paravirt.c | 359 .write_msr = native_write_msr_safe,
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | paravirt_types.h | 157 int (*write_msr)(unsigned int msr, unsigned low, unsigned high); member in struct:pv_cpu_ops
|
H A D | paravirt.h | 133 return PVOP_CALL3(int, pv_cpu_ops.write_msr, msr, low, high); paravirt_write_msr()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | enlighten.c | 1220 .write_msr = xen_write_msr_safe,
|
Completed in 676 milliseconds