Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Initialize UV hubless systems

Proto:static __init int uv_system_init_hubless(void)

Type:int

Parameter:Nothing

1532  uv_nmi_setup_hubless()
1535  rc = uv_bios_init()
1536  If rc < 0 Then Return rc
1540  rc = decode_uv_systab()
1541  If rc < 0 Then Return rc
1545  If rc >= 0 Then uv_setup_proc_files(1)
1548  Check which reboot to use
1550  Return rc
Caller
NameDescribe
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").