函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Early setup to make printk work.

函数原型:void __init native_smp_prepare_boot_cpu(void)

返回类型:void

参数:

1390  me等于当前cpu ID()
1391  Current gdt points %fs at the "master" per-cpu area: after this,* it's on the real one.
1393  设置CPU信息
1394  cpu_set_state_online(me)
1395  native_pv_lock_init()
调用者
名称描述
hv_smp_prepare_boot_cpu