Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:apply_forced_caps

Proto:static void apply_forced_caps(struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
829  When i < N 32-bit words worth of info + N 32-bit bug flags cycle
830  x86_capability[i] &= ~Aligned to unsigned long to avoid split lock in atomic bitmap ops [i]
831  x86_capability[i] |= cpu_caps_set[i]
Caller
NameDescribe
get_cpu_cap
identify_cpuThis does the hard work of actually picking apart the CPU stuff...