Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:smp_get_logical_apicid

Proto:static void __init smp_get_logical_apicid(void)

Type:void

Parameter:Nothing

1299  If x2apic_mode Then cpu0_logical_apicid = apic_read(APIC_LDR)
1301  Else cpu0_logical_apicid = GET_APIC_LOGICAL_ID(apic_read(APIC_LDR))
Caller
NameDescribe
native_smp_prepare_cpusPrepare for SMP bootup.*@max_cpus: configured maximum number of CPUs, It is a legacy parameter* for common interface support.