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

Name:native_restore_boot_irq_mode

Proto:void native_restore_boot_irq_mode(void)

Type:void

Parameter:Nothing

1424  If pin != -1 Then
1427  memset( & entry, 0, size of entry )
1428  0: enabled, 1: disabled = IOAPIC_UNMASKED
1429  0: edge, 1: level = IOAPIC_EDGE
1430  polarity = IOAPIC_POL_HIGH
1431  0: physical, 1: logical = IOAPIC_DEST_MODE_PHYSICAL
1432  000: FIXED * 001: lowest prio * 111: ExtINT = dest_ExtINT
1433  dest = read_apic_id()
1438  ioapic_write_entry(apic, pin, entry)
1441  If boot_cpu_has(Onboard APIC ) || apic_from_smp_config() Then disconnect_bsp_APIC - detach the APIC from the interrupt system*@virt_wire_setup: indicates, whether virtual wire mode is selected* Virtual wire mode is necessary to deliver legacy interrupts even when the* APIC is disabled.