Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:apply_microcode_on_target

Proto:static int apply_microcode_on_target(int cpu)

Type:int

Parameter:

TypeParameterName
intcpu
387  ret = smp_call_function_single(cpu, apply_microcode_local, & err, 1)
388  If Not ret Then
389  If err == UCODE_ERROR Then ret = 1
392  Return ret
Caller
NameDescribe
microcode_resume_cpu
microcode_init_cpu