Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:early_init_centaur

Proto:static void early_init_centaur(struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
103  Case CPU family == 5
105  set_cpu_cap(c, Centaur MCRs (= MTRRs) )
106  Break
108  Case CPU family == 6
109  If x86_model >= 0xf Then set_cpu_cap(c, TSC ticks at a constant rate )
111  Break
114  set_cpu_cap(c, "" sysenter in IA32 userspace )
116  If x86_power & 1 << 8 Then
117  set_cpu_cap(c, TSC ticks at a constant rate )
118  set_cpu_cap(c, TSC does not stop in C states )
Caller
NameDescribe
init_centaur