函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:rdmsrl_safe

函数原型:static inline int rdmsrl_safe(unsigned int msr, unsigned long long *p)

返回类型:int

参数:

类型参数名称
unsigned intmsr
unsigned long long *p
306  p等于native_read_msr_safe(msr, & err)
307  返回:err
调用者
名称描述
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