Searched refs:write_msr (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | helpers.h | 116 extern int write_msr(int cpu, unsigned int idx, unsigned long long val); 174 static inline int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr() function
|
| H 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/ |
| H A D | msr.h | 48 DECLARE_TRACEPOINT(write_msr); 139 if (tracepoint_enabled(write_msr)) in native_write_msr() 154 if (tracepoint_enabled(write_msr)) in native_write_msr_safe()
|
| H A D | msr-trace.h | 45 DEFINE_EVENT(msr_trace_class, write_msr,
|
| H A D | paravirt_types.h | 74 void (*write_msr)(u32 msr, u64 val); member
|
| H A D | paravirt.h | 151 PVOP_VCALL2(pv_ops, cpu.write_msr, msr, val); in paravirt_write_msr()
|
| /linux/Documentation/trace/ |
| H A D | events-msr.rst | 24 write_msr
|
| /linux/arch/x86/lib/ |
| H A D | msr.c | 131 EXPORT_TRACEPOINT_SYMBOL(write_msr);
|
| /linux/arch/x86/kernel/ |
| H A D | paravirt.c | 114 .cpu.write_msr = native_write_msr,
|
| /linux/arch/x86/coco/tdx/ |
| H A D | tdx.c | 492 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr() function 847 return write_msr(regs, ve); in virt_exception_kernel()
|
| /linux/arch/x86/xen/ |
| H A D | enlighten_pv.c | 1373 pv_ops.cpu.write_msr = xen_write_msr; in xen_start_kernel()
|