函数逻辑报告

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

函数名称:wrmsrl_amd_safe

函数原型:static inline int wrmsrl_amd_safe(unsigned msr, unsigned long long val)

返回类型:int

参数:

类型参数名称
unsignedmsr
unsigned long longval
61  unsigned int gprs[8] = {0}
63  WARN_ONCE((CPU family != 0xf), "%s should only be used on K8!\n", __func__)
66  gprs[0]等于val
67  gprs[1]等于msr
68  gprs[2]等于val右移32位
69  gprs[7]等于0x9c5a203a
71  返回:wrmsr_safe_regs(gprs)
调用者
名称描述
init_amd_k8