函数逻辑报告 |
Source Code:arch\x86\kernel\idt.c |
Create Date:2022-07-27 08:31:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:set_intr_gate
函数原型:static void set_intr_gate(unsigned int n, const void *addr)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned int | n | |
const void * | addr |
240 | type等于GATE_INTERRUPT |
241 | p等于1 |
243 | idt_setup_from_table(Must be page-aligned because the real IDT is used in a fixmap. , & data, 1, false) |
名称 | 描述 |
---|---|
idt_setup_apic_and_irq_gates | dt_setup_apic_and_irq_gates - Setup APIC/SMP and normal interrupt gates |
idt_setup_early_handler | dt_setup_early_handler - Initializes the idt table with early handlers |
update_intr_gate | |
alloc_intr_gate |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |