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

Name:Access Global MMR space using the MMR space located at the top of physical* memory.

Proto:static inline volatile void __iomem *uv_global_mmr64_address(int pnode, unsigned long offset)

Type:void

Parameter:

TypeParameterName
intpnode
unsigned longoffset
631  Return __va(UV_GLOBAL_MMR64_BASE | UV_GLOBAL_MMR64_PNODE_BITS(pnode) | offset)