函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:28:56 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__ioapic_read_entry
函数原型:static struct IO_APIC_route_entry __ioapic_read_entry(int apic, int pin)
返回类型:struct IO_APIC_route_entry
参数:
类型 | 参数 | 名称 |
---|---|---|
int | apic | |
int | pin |
311 | w1等于io_apic_read(apic, 0x10 + 2 * pin) |
312 | w2等于io_apic_read(apic, 0x11 + 2 * pin) |
314 | 返回:entry |
名称 | 描述 |
---|---|
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |