函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:29:35 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:enable_IO_APIC
函数原型:void __init enable_IO_APIC(void)
返回类型:void
参数:无
1371 | 如果skip_ioapic_setup则nr_ioapics等于0 |
1374 | 如果非nr_legacy_irqs()或非nr_ioapics则返回 |
1377 | for_each_ioapic_pin(apic, pin) |
1379 | entry等于ioapic_read_entry(apic, pin) |
1390 | found_i8259 : |
1397 | i8259_apic等于find_isa_irq_apic(0, mp_ExtINT) |
1400 | printk(warning conditions "ExtINT not setup in hardware but reported by MP table\n") |
1402 | apic等于i8259_apic |
1408 | printk(warning conditions "ExtINT in hardware and MP table differ\n") |
1414 | clear_IO_APIC() |
名称 | 描述 |
---|---|
apic_bsp_setup |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |