Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:early_init_hygon

Proto:static void early_init_hygon(struct cpuinfo_x86 *c)

Type:void

Parameter:

TypeParameterName
struct cpuinfo_x86 *c
264  early_init_hygon_mc(c)
266  set_cpu_cap(c, "" Opteron, Athlon64 )
268  dmsr with exception handling (AMD64 MSRs. Not complete. See the architecture manual for a more* complete list., & microcode, & dummy)
274  If x86_power & 1 << 8 Then
275  set_cpu_cap(c, TSC ticks at a constant rate )
276  set_cpu_cap(c, TSC does not stop in C states )
280  If x86_power & BIT(12) Then set_cpu_cap(c, AMD Accumulated Power Mechanism )
284  set_cpu_cap(c, "" syscall in IA32 userspace )
301  set_cpu_cap(c, Prefer VMMCALL to VMCALL )
303  hygon_get_topology_early(c)
Caller
NameDescribe
init_hygon