Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
int | apic | |
int | pin |
311 | w1 = io_apic_read(apic, 0x10 + 2 * pin) |
312 | w2 = io_apic_read(apic, 0x11 + 2 * pin) |
314 | Return entry |
Name | Describe |
---|---|
ioapic_read_entry | |
__eoi_ioapic_pin | IO-APIC versions below 0x20 don't support EOI register |
ioapic_irq_get_chip_state | Interrupt 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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |