函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:30:19 |
| Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:mp_unregister_ioapic
函数原型:int mp_unregister_ioapic(unsigned int gsi_base)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| unsigned int | gsi_base |
| 2890 | found等于0 |
| 2892 | for_each_ioapic(ioapic) |
| 2897 | 如果非found则 |
| 2899 | 返回:负ENODEV |
| 2903 | gsi等于mp_pin_to_gsi(ioapic, pin) |
| 2904 | irq等于mp_map_gsi_to_irq(gsi, 0, NULL) |
| 2907 | 如果irq大于等于0则 |
| 2918 | * # of IRQ routing registers等于0 |
| 2921 | 如果iomem_res则release_resource(iomem_res) |
| 2923 | clear_fixmap(FIX_IO_APIC_BASE_0 + ioapic) |
| 2926 | 返回:0 |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |