Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\amd.c Create Date:2022-07-28 07:58:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:init_amd_bd

Proto:static void init_amd_bd(struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
875  If x86_model >= 0x02 && x86_model < 0x20 Then
876  If Not rdmsrl_safe(MSR_F15H_IC_CFG, & value) && Not (value & 0x1E) Then
877  value |= 0x1E
887  clear_rdrand_cpuid_bit(c)
Caller
NameDescribe
init_amd