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:22
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:smp_store_boot_cpu_info

Proto:void __init smp_store_boot_cpu_info(void)

Type:void

Parameter:Nothing

372  id = 0
373  c = cpu_data(id)
375  c = Per CPU bogomips and other parameters
376  Index into per_cpu list: = id
377  pology_update_package_map - Update the physical to logical package map*@pkg: The physical package id as retrieved via CPUID*@cpu: The cpu for which this is updated
378  pology_update_die_map - Update the physical to logical die map*@die: The die id as retrieved via CPUID*@cpu: The cpu for which this is updated
379  initialized = true
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.