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:21
Last Modify:2020-03-16 21:24:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__ioapic_read_entry

Proto:static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin)

Type:struct IO_APIC_route_entry

Parameter:

TypeParameterName
intapic
intpin
311  w1 = io_apic_read(apic, 0x10 + 2 * pin)
312  w2 = io_apic_read(apic, 0x11 + 2 * pin)
314  Return entry
Caller
NameDescribe
ioapic_read_entry
__eoi_ioapic_pinIO-APIC versions below 0x20 don't support EOI register
ioapic_irq_get_chip_stateInterrupt shutdown masks the ioapic pin, but the interrupt might already* be in flight, but not yet serviced by the target CPU. That means* __synchronize_hardirq() would return and claim that everything is calmed* down