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:33:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:uv_early_read_mmr

Proto:static unsigned long __init uv_early_read_mmr(unsigned long addr)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longaddr
79  mmr = early_ioremap(s_uv4_hub | addr, size of mmr )
80  val = mmr
81  early_iounmap(mmr, size of mmr )
83  Return val
Caller
NameDescribe
early_get_pnodeid
uv_tsc_check_sync
early_get_apic_socketid_shift
uv_set_apicid_hibitAdd an extra bit as dictated by bios to the destination apicid of* interrupts potentially passing through the UV HUB. This prevents* a deadlock between interrupts and IO port operations.