函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\amd.c Create Date:2022-07-27 08:58:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rdmsrl_amd_safe

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

返回类型:int

参数:

类型参数名称
unsignedmsr
unsigned long long *p
43  unsigned int gprs[8] = {0}
46  WARN_ONCE((CPU family != 0xf), "%s should only be used on K8!\n", __func__)
49  gprs[1]等于msr
50  gprs[7]等于0x9c5a203a
52  err等于rdmsr_safe_regs(gprs)
54  p等于gprs[0]按位或gprs[2]左移32位
56  返回:err
调用者
名称描述
init_amd_k8