Searched refs:native_write_msr (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/tools/perf/Documentation/ |
H A 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)
|
H A D | perf-intel-pt.txt | 1321 …:1440 1440 ffffffffbb678b06 native_write_msr+0x6 ([guest.kernel.kallsyms]) nopl … 1322 …:1440 1440 ffffffffbb678b0b native_write_msr+0xb ([guest.kernel.kallsyms]) retq … 1550 …c0f66445 vmx_vcpu_run+0x515 ([kernel.kallsyms]) => ffffffffb2290b30 native_write_msr+0x0 ([kernel.…
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | cpu.c | 352 native_write_msr(MTRR_FIX_16K_A0000_MSR, in x86_cpu_init_f() 360 native_write_msr(MTRR_FIX_4K_C0000_MSR, in x86_cpu_init_f() 363 native_write_msr(MTRR_FIX_4K_C8000_MSR, in x86_cpu_init_f() 366 native_write_msr(MTRR_FIX_4K_D0000_MSR, in x86_cpu_init_f() 369 native_write_msr(MTRR_FIX_4K_D8000_MSR, in x86_cpu_init_f()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr.h | 83 static inline void native_write_msr(unsigned int msr, in native_write_msr() function 121 native_write_msr(msr, low, high); in wrmsr() 128 native_write_msr((msr), (u32)((u64)(val)), (u32)((u64)(val) >> 32))
|
/openbmc/linux/arch/x86/include/asm/ |
H A 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()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kvmclock.c | 199 native_write_msr(msr_kvm_system_time, 0, 0); in kvmclock_disable()
|
H A D | paravirt.c | 195 .cpu.write_msr = native_write_msr,
|
/openbmc/linux/arch/x86/xen/ |
H A D | pmu.c | 344 native_write_msr(msr, low, high); in pmu_msr_write()
|
H A D | enlighten_pv.c | 1084 native_write_msr(msr, low, high); in xen_do_write_msr()
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | submitting-patches.rst | 565 at rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | submitting-patches.rst | 762 at rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|
/openbmc/linux/Documentation/process/ |
H A D | submitting-patches.rst | 765 at rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | submitting-patches.rst | 784 en rIP: 0xffffffffae059994 (native_write_msr+0x4/0x20)
|