函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\i8259.c Create Date:2022-07-27 08:40:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:make_8259A_irq

函数原型:static void make_8259A_irq(unsigned int irq)

返回类型:void

参数:

类型参数名称
unsigned intirq
114  禁止等待中断
115  Not all IRQs can be routed through the IO-APIC, eg. on certain (older)* boards the timer interrupt is not really connected to any IO-APIC pin,* it's fed to the master 8259A's IR0 line only.与等于1左移irq位的值的反
116  irq_set_chip_and_handler(irq, & i8259A_chip, handle_level_irq - Level type irq handler*@desc: the interrupt description structure for this irq* Level type interrupts are active as long as the hardware line has* the active level)
117  允许中断
118  lapic_assign_legacy_vector(irq, true)