Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
int | apic | |
int | pin | |
int | vector |
512 | If mpc_ioapic_ver(apic) >= 0x20 Then |
513 | io_apic_eoi(apic, vector) |
514 | Else |
517 | entry = entry1 = __ioapic_read_entry(apic, pin) |
523 | 0: edge, 1: level = IOAPIC_EDGE |
Name | Describe |
---|---|
eoi_ioapic_pin | |
clear_IO_APIC_pin |
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 |