函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\msr.h Create Date:2022-07-27 06:38:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Can be uninlined because referenced by paravirt

函数原型:static inline void notrace native_write_msr(unsigned int msr, u32 low, u32 high)

返回类型:void

参数:

类型参数名称
unsigned intmsr
u32low
u32high
162  __wrmsr(msr, low, high)
164  如果msr_tracepoint_active(__tracepoint_write_msr)则do_trace_write_msr(msr, ((u64)high << 32 | low), 0)
调用者
名称描述
kvm_crash_shutdownAfter the clock is registered, the host will keep writing to the* registered memory location. If the guest happens to shutdown, this memory* won't be valid. In cases like kexec, in which you install a new kernel, this
kvm_shutdown
wrmsr
wrmsrl