Searched refs:write_msr (Results 1 – 10 of 10) sorted by relevance
/linux/tools/power/cpupower/utils/helpers/ |
A D | helpers.h | 111 extern int write_msr(int cpu, unsigned int idx, unsigned long long val); 155 static inline int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr() function
|
A D | msr.c | 55 int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr() function
|
/linux/arch/x86/include/asm/ |
A D | msr.h | 71 DECLARE_TRACEPOINT(write_msr); 162 if (tracepoint_enabled(write_msr)) in native_write_msr() 182 if (tracepoint_enabled(write_msr)) in native_write_msr_safe()
|
A D | msr-trace.h | 45 DEFINE_EVENT(msr_trace_class, write_msr,
|
A D | paravirt_types.h | 125 void (*write_msr)(unsigned int msr, unsigned low, unsigned high); member
|
A D | paravirt.h | 194 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr()
|
/linux/Documentation/trace/ |
A D | events-msr.rst | 24 write_msr
|
/linux/arch/x86/lib/ |
A D | msr.c | 122 EXPORT_TRACEPOINT_SYMBOL(write_msr);
|
/linux/arch/x86/kernel/ |
A D | paravirt.c | 295 .cpu.write_msr = native_write_msr,
|
/linux/arch/x86/xen/ |
A D | enlighten_pv.c | 1024 .write_msr = xen_write_msr,
|
Completed in 29 milliseconds