Searched refs:native_write_msr (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/tools/perf/Documentation/ |
D | perf.data-directory-format.txt | 55 … perf 15316 2060795.480902: 1 cycles: ffffffffa2caa548 native_write_msr+0x8 (vmlinux) 56 … perf 15316 2060795.480906: 1 cycles: ffffffffa2caa548 native_write_msr+0x8 (vmlinux) 57 … perf 15316 2060795.480908: 7 cycles: ffffffffa2caa548 native_write_msr+0x8 (vmlinux) 58 … perf 15316 2060795.480910: 119 cycles: ffffffffa2caa54a native_write_msr+0xa (vmlinux)
|
D | perf-intel-pt.txt | 1301 …:1440 1440 ffffffffbb678b06 native_write_msr+0x6 ([guest.kernel.kallsyms]) nopl … 1302 …:1440 1440 ffffffffbb678b0b native_write_msr+0xb ([guest.kernel.kallsyms]) retq … 1530 …c0f66445 vmx_vcpu_run+0x515 ([kernel.kallsyms]) => ffffffffb2290b30 native_write_msr+0x0 ([kernel.…
|
/Linux-v6.1/arch/x86/include/asm/ |
D | msr.h | 143 native_write_msr(unsigned int msr, u32 low, u32 high) in native_write_msr() function 254 native_write_msr(msr, low, high); in wrmsr() 262 native_write_msr(msr, (u32)(val & 0xffffffffULL), (u32)(val >> 32)); in wrmsrl()
|
/Linux-v6.1/arch/x86/kernel/ |
D | kvmclock.c | 198 native_write_msr(msr_kvm_system_time, 0, 0); in kvmclock_disable()
|
D | paravirt.c | 278 .cpu.write_msr = native_write_msr,
|
/Linux-v6.1/arch/x86/xen/ |
D | pmu.c | 344 native_write_msr(msr, low, high); in pmu_msr_write()
|
D | enlighten_pv.c | 1003 native_write_msr(msr, low, high); in xen_do_write_msr()
|
/Linux-v6.1/Documentation/translations/zh_CN/process/ |
D | submitting-patches.rst | 565 at rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|
/Linux-v6.1/Documentation/translations/it_IT/process/ |
D | submitting-patches.rst | 762 at rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|
/Linux-v6.1/Documentation/process/ |
D | submitting-patches.rst | 732 at rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|