函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:29:01 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Reroute an IRQ to a different pin.
函数原型:static void __init replace_pin_at_irq_node(struct mp_chip_data *data, int node, int oldapic, int oldpin, int newapic, int newpin)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mp_chip_data * | data | |
int | node | |
int | oldapic | |
int | oldpin | |
int | newapic | |
int | newpin |
425 | for_each_irq_pin(entry, irq_2_pin) |
435 | add_pin_to_irq_node(data, node, newapic, newpin) |
名称 | 描述 |
---|---|
check_timer | This code may look a bit paranoid, but it's supposed to cooperate with* a wide range of boards and BIOS bugs. Fortunately only the timer IRQ* is so screwy. Thanks to Brian Perkins for testing/hacking this beast* fanatically on his truly buggy board. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |