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

Name:__unmask_ioapic

Proto:static void __unmask_ioapic(struct mp_chip_data *data)

Type:void

Parameter:

TypeParameterName
struct mp_chip_data *data
481  io_apic_modify_irq(data, ~IO_APIC_REDIR_MASKED, 0, NULL)
Caller
NameDescribe
unmask_ioapic_irq
startup_ioapic_irqStarting up a edge-triggered IO-APIC interrupt is* nasty - we need to make sure that we get the edge.* If it is already asserted for some reason, we need* return 1 to indicate that is was pending.* This is not complete - we should be able to fake