函数逻辑报告 | 
Source Code:arch\x86\kernel\i8259.c | 
Create Date:2022-07-27 08:40:24 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Careful! The 8259A is a fragile beast, it pretty* much _has_ to be done exactly like this (mask it* first, _then_ send the EOI, and the order of EOI* to the two 8259s is important!
函数原型:static void mask_and_ack_8259A(struct irq_data *data)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct irq_data * | data | 
| 156 | raw_spin_lock_irqsave( & i8259A_lock, flags) | 
| 176 | handle_real_irq : | 
| 177 | 如果irq按位与8则 | 
| 184 | 否则 | 
| 189 | raw_spin_unlock_irqrestore( & i8259A_lock, flags) | 
| 190 | 返回 | 
| 192 | spurious_8259A_irq : | 
| 196 | 如果This function assumes to be called rarely. Switching between* 8259A registers is slow.* This has to be protected by the irq controller spinlock* before being called.则转到:handle_real_irq | 
| 209 | 如果非spurious_irq_mask按位与irqmask的值则 | 
| 210 | printk(debug-level messages "spurious 8259A interrupt: IRQ%d.\n", irq) | 
| 212 | spurious_irq_mask或等于irqmask | 
| 214 | atomic_inc( & irq_err_count) | 
| 220 | 转到:handle_real_irq | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |