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

Name:IO-APIC versions below 0x20 don't support EOI register

Proto:static void __eoi_ioapic_pin(int apic, int pin, int vector)

Type:void

Parameter:

TypeParameterName
intapic
intpin
intvector
512  If mpc_ioapic_ver(apic) >= 0x20 Then
513  io_apic_eoi(apic, vector)
514  Else
517  entry = entry1 = __ioapic_read_entry(apic, pin)
522  0: enabled, 1: disabled = IOAPIC_MASKED
523  0: edge, 1: level = IOAPIC_EDGE
525  When we write a new IO APIC routing entry, we need to write the high* word first! If the mask bit in the low word is clear, we will enable* the interrupt, and we need to make sure the entry is fully populated* before that happens.
530  When we write a new IO APIC routing entry, we need to write the high* word first! If the mask bit in the low word is clear, we will enable* the interrupt, and we need to make sure the entry is fully populated* before that happens.
Caller
NameDescribe
eoi_ioapic_pin
clear_IO_APIC_pin