函数逻辑报告 |
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 |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static inline int i8259A_irq_real(unsigned int irq)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | irq |
132 | 如果irq小于8则 |
138 | Basic port I/O |
140 | Basic port I/O |
141 | 返回:value |
名称 | 描述 |
---|---|
mask_and_ack_8259A | 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! |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |