Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\msr.h Create Date:2022-07-28 05:34:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Can be uninlined because referenced by paravirt

Proto:static inline int notrace native_write_msr_safe(unsigned int msr, u32 low, u32 high)

Type:int

Parameter:

TypeParameterName
unsigned intmsr
u32low
u32high
174  asm volatile
184  If msr_tracepoint_active(__tracepoint_write_msr) Then do_trace_write_msr(msr, ((u64)high << 32 | low), err)
186  Return err
Caller
NameDescribe
wrmsr_safewrmsr with exception handling