Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\io_apic.c Create Date:2022-07-28 08:29:20
Last Modify:2020-03-16 21:24:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:native_io_apic_read

Proto:unsigned int native_io_apic_read(unsigned int apic, unsigned int reg)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intapic
unsigned intreg
288  __iomem * io_apic = io_apic_base(apic)
289  writel(reg, & index)
290  Return readl( & data)