Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:show_cap_strs

Proto:static void show_cap_strs(unsigned int *err_flags)

Type:void

Parameter:

TypeParameterName
unsigned int *err_flags
62  When i < N 32-bit words worth of info cycle
63  e = err_flags[i]
64  When j < 32 cycle
65  If e & 1 Then printf("%d:%d ", i, j)
67  e >>= 1
Caller
NameDescribe
validate_cpu