函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:29:51 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static inline void __init unlock_ExtINT_logic(void)
返回类型:void
参数:无
2045 | 如果pin恒等于负1则 |
2046 | WARN_ON_ONCE(1) |
2047 | 返回 |
2049 | apic等于find_isa_irq_apic(8, mp_INT) |
2050 | 如果apic恒等于负1则 |
2051 | WARN_ON_ONCE(1) |
2052 | 返回 |
2055 | entry0等于ioapic_read_entry(apic, pin) |
2056 | clear_IO_APIC_pin(apic, pin) |
2062 | dest等于hard_smp_processor_id() |
2065 | 0: edge, 1: level 等于IOAPIC_EDGE |
2066 | vector等于0 |
2068 | ioapic_write_entry(apic, pin, entry1) |
2070 | save_control等于The yet supported machines all access the RTC index register via* an ISA port access but the way to access the date register differs ...(RTC_CONTROL) |
2071 | save_freq_select等于The yet supported machines all access the RTC index register via* an ISA port access but the way to access the date register differs ...(gister details) |
2072 | CMOS_WRITE((save_freq_select & ~Periodic intr. / Square wave rate select. 0=none, 1=32.8kHz,... 15=2Hz ) | 0x6, gister details) |
2076 | i等于100 |
2078 | mdelay(10) |
2083 | CMOS_WRITE(save_control, RTC_CONTROL) |
2085 | clear_IO_APIC_pin(apic, pin) |
2087 | ioapic_write_entry(apic, pin, entry0) |
名称 | 描述 |
---|---|
check_timer | This code may look a bit paranoid, but it's supposed to cooperate with* a wide range of boards and BIOS bugs. Fortunately only the timer IRQ* is so screwy. Thanks to Brian Perkins for testing/hacking this beast* fanatically on his truly buggy board. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |