Searched refs:write_msr (Results 1 – 6 of 6) 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); 173 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-trace.h | 45 DEFINE_EVENT(msr_trace_class, write_msr,
|
| H A D | paravirt_types.h | 95 void (*write_msr)(u32 msr, u64 val); member
|
| /linux/Documentation/trace/ |
| H A D | events-msr.rst | 24 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()
|