Home
last modified time | relevance | path

Searched refs:write_msr (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/tools/power/cpupower/utils/helpers/
H A Dhelpers.h113 extern int write_msr(int cpu, unsigned int idx, unsigned long long val);
171 static inline int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr() function
H A Dmsr.c55 int write_msr(int cpu, unsigned int idx, unsigned long long val) in write_msr() function
/linux-6.15/arch/x86/include/asm/
H A Dmsr.h64 DECLARE_TRACEPOINT(write_msr);
149 if (tracepoint_enabled(write_msr)) in native_write_msr()
165 if (tracepoint_enabled(write_msr)) in native_write_msr_safe()
H A Dmsr-trace.h45 DEFINE_EVENT(msr_trace_class, write_msr,
H A Dparavirt_types.h95 void (*write_msr)(unsigned int msr, unsigned low, unsigned high); member
H A Dparavirt.h186 PVOP_VCALL3(cpu.write_msr, msr, low, high); in paravirt_write_msr()
/linux-6.15/Documentation/trace/
H A Devents-msr.rst24 write_msr
/linux-6.15/arch/x86/lib/
H A Dmsr.c130 EXPORT_TRACEPOINT_SYMBOL(write_msr);
/linux-6.15/arch/x86/kernel/
H A Dparavirt.c132 .cpu.write_msr = native_write_msr,
/linux-6.15/arch/x86/coco/tdx/
H A Dtdx.c452 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr() function
807 return write_msr(regs, ve); in virt_exception_kernel()
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c1234 .write_msr = xen_write_msr,