write_msr          45 arch/x86/include/asm/msr-trace.h DEFINE_EVENT(msr_trace_class, write_msr,
write_msr         167 arch/x86/include/asm/paravirt.h 	PVOP_VCALL3(cpu.write_msr, msr, low, high);
write_msr         153 arch/x86/include/asm/paravirt_types.h 	void (*write_msr)(unsigned int msr, unsigned low, unsigned high);
write_msr         316 arch/x86/kernel/paravirt.c 	.cpu.write_msr		= native_write_msr,
write_msr         122 arch/x86/lib/msr.c EXPORT_TRACEPOINT_SYMBOL(write_msr);
write_msr        1028 arch/x86/xen/enlighten_pv.c 	.write_msr = xen_write_msr,
write_msr         105 tools/power/cpupower/utils/helpers/helpers.h extern int write_msr(int cpu, unsigned int idx, unsigned long long val);
write_msr          97 tools/power/cpupower/utils/helpers/msr.c 	ret = write_msr(cpu, MSR_IA32_ENERGY_PERF_BIAS, val);