函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:28:56 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ioapic_read_entry
函数原型:static struct IO_APIC_route_entry ioapic_read_entry(int apic, int pin)
返回类型:struct IO_APIC_route_entry
参数:
类型 | 参数 | 名称 |
---|---|---|
int | apic | |
int | pin |
322 | raw_spin_lock_irqsave( & ioapic_lock, flags) |
323 | entry等于__ioapic_read_entry(apic, pin) |
324 | raw_spin_unlock_irqrestore( & ioapic_lock, flags) |
326 | 返回:entry |
名称 | 描述 |
---|---|
clear_IO_APIC_pin | |
save_ioapic_entries | Saves all the IO-APIC RTE's |
io_apic_print_entries | |
enable_IO_APIC | |
unlock_ExtINT_logic | This looks a bit hackish but it's about the only one way of sending* a few INTA cycles to 8259As and any associated glue logic |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |