函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:28:59 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:The common case is 1:1 IRQ<->pin mappings. Sometimes there are* shared ISA-space IRQs, so we have to support them. We are super* fast in the common case, and fast for shared ISA-space IRQs.
函数原型:static int __add_pin_to_irq_node(struct mp_chip_data *data, int node, int apic, int pin)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mp_chip_data * | data | |
int | node | |
int | apic | |
int | pin |
380 | for_each_irq_pin(entry, irq_2_pin) |
384 | entry等于根据内存节点分配内存 |
385 | 如果非entry则 |
392 | 添加链表项 |
394 | 返回:0 |
名称 | 描述 |
---|---|
add_pin_to_irq_node | |
alloc_isa_irq_from_domain | Need special handling for ISA IRQs because there may be multiple IOAPIC pins* sharing the same ISA IRQ number and irqdomain only supports 1:1 mapping* between IOAPIC pin and IRQ number. A typical IOAPIC has 24 pins, pin 0-15 are |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |