Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\process.c Create Date:2022-07-28 07:48:42
Last Modify:2020-03-16 17:03:44 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_cpuid_mode

Proto:static int set_cpuid_mode(struct task_struct *task, unsigned long cpuid_enabled)

Type:int

Parameter:

TypeParameterName
struct task_struct *task
unsigned longcpuid_enabled
292  If Not boot_cpu_has(Intel CPUID faulting ) Then Return -ENODEV
295  If cpuid_enabled Then enable_cpuid()
297  Else disable_cpuid()
300  Return 0
Caller
NameDescribe
do_arch_prctl_common