Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\uv\uv_hub.h Create Date:2022-07-28 08:33:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Extract/Convert a PNODE from an APICID (full apicid, not processor subset)

Proto:static inline int uv_apicid_to_pnode(int apicid)

Type:int

Parameter:

TypeParameterName
intapicid
590  pnode = apicid >> apic_pnode_shift
591  s2pn = socket_to_pnode
593  Return If s2pn Then s2pn[pnode - min_socket] Else pnode
Caller
NameDescribe
uv_wakeup_secondary
uv_send_IPI_one
uv_system_init_hub