Searched refs:write_msr (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/ |
A D | helpers.h | 113 extern int write_msr(int cpu, unsigned int idx, unsigned long long val); 167 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-6.3-rc2/arch/x86/include/asm/ |
A D | msr.h | 62 DECLARE_TRACEPOINT(write_msr); 147 if (tracepoint_enabled(write_msr)) in native_write_msr() 163 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 | 112 void (*write_msr)(unsigned int msr, unsigned low, unsigned high); member
|
A D | paravirt.h | 196 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | events-msr.rst | 24 write_msr
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | msr.c | 122 EXPORT_TRACEPOINT_SYMBOL(write_msr);
|
/linux-6.3-rc2/arch/x86/coco/tdx/ |
A D | tdx.c | 337 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr() function 687 return write_msr(regs, ve); in virt_exception_kernel()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | paravirt.c | 272 .cpu.write_msr = native_write_msr,
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | enlighten_pv.c | 1075 .write_msr = xen_write_msr,
|
Completed in 19 milliseconds