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:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:rdmsrl_safe

Proto:static inline int rdmsrl_safe(unsigned int msr, unsigned long long *p)

Type:int

Parameter:

TypeParameterName
unsigned intmsr
unsigned long long *p
306  p = native_read_msr_safe(msr, & err)
307  Return err
Caller
NameDescribe
msr_readRead an MSR with error handling*@msr: MSR to read*@m: value to read into* It returns read data only on success, otherwise it doesn't change the output* argument @m.
init_cpuid_fault
init_intel_misc_features
bsp_init_amd
init_amd_bd
bsp_init_hygon
mce_rdmsrlMSR access wrappers used for error injection
intel_ppin_init
rdmsrl_safe_on_cpu