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

Name:Restore IO APIC entries which was saved in the ioapic structure.

Proto:int restore_ioapic_entries(void)

Type:int

Parameter:Nothing

691  If Not * Saved state during suspend/resume, or while enabling intr-remap. Then Continue
694  for_each_pin(apic, pin)
695  ioapic_write_entry(apic, pin, * Saved state during suspend/resume, or while enabling intr-remap.[pin])
698  Return 0
Caller
NameDescribe
ioapic_resume