函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Initialize UV hubless systems

函数原型:static __init int uv_system_init_hubless(void)

返回类型:int

参数:

1532  uv_nmi_setup_hubless()
1535  rc等于uv_bios_init()
1536  如果rc小于0则返回:rc
1540  rc等于decode_uv_systab()
1541  如果rc小于0则返回:rc
1545  如果rc大于等于0则uv_setup_proc_files(1)
1548  Check which reboot to use
1550  返回:rc
调用者
名称描述
uv_system_initThere is a different code path needed to initialize a UV system that does* not have a "UV HUB" (referred to as "hubless").