函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\smpboot.c Create Date:2022-07-27 09:24:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Fall back to non SMP mode after errors.* RED-PEN audit/test this more. I bet there is more state messed up here.

函数原型:static __init void disable_smp(void)

返回类型:void

参数:

1217  打印信息("SMP disabled\n")
1219  disable_ioapic_support()
1221  Wrappers for arch boot code to manipulate normally-constant masks
1222  init_cpu_possible(cpumask_of - the cpumask containing just a given cpu*@cpu: the cpu (<= nr_cpu_ids)(0))
1224  如果smp_found_configphysid_set_mask_of_physid(boot_cpu_physical_apicid, & phys_cpu_present_map)
1226  否则physid_set_mask_of_physid(0, & phys_cpu_present_map)
1228  设置CPU信息
1229  设置CPU信息
1230  设置CPU信息
调用者
名称描述
native_smp_prepare_cpusPrepare for SMP bootup.*@max_cpus: configured maximum number of CPUs, It is a legacy parameter* for common interface support.