Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\cpu\microcode\core.c Create Date:2022-07-28 08:07:35
Last Modify:2020-03-16 20:13:29 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Check the current patch level on this CPU.* Returns:* - true: if update should stop* - false: otherwise

Proto:static bool amd_check_current_patch_level(void)

Type:bool

Parameter:Nothing

95  native_rdmsr(AMD64 MSRs. Not complete. See the architecture manual for a more* complete list., lvl, dummy)
97  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32) Then levels = __pa_nodebug( & Those patch levels cannot be updated to newer ones and thus should be final.)
99  Else levels = Those patch levels cannot be updated to newer ones and thus should be final.
102  When levels[i] cycle
103  If lvl == levels[i] Then Return true
106  Return false
Caller
NameDescribe
check_loader_disabled_bsp