Function report | 
Source Code:arch\x86\kernel\idt.c | 
Create Date:2022-07-28 07:32:16 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:idt_setup_from_table
Proto:static void idt_setup_from_table(gate_desc *idt, const struct idt_data *t, int size, bool sys)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| gate_desc * | idt | |
| const struct idt_data * | t | |
| int | size | |
| bool | sys | 
| 223 | idt_init_desc( & desc, t) | 
| 224 | write_idt_entry(idt, vector, & desc) | 
| Name | Describe | 
|---|---|
| set_intr_gate | |
| idt_setup_early_traps | dt_setup_early_traps - Initialize the idt table with early traps* On X8664 these traps do not use interrupt stacks as they can't work* before cpu_init() is invoked and sets up TSS. The IST variants are* installed after that. | 
| idt_setup_traps | dt_setup_traps - Initialize the idt table with default traps | 
| idt_setup_early_pf | dt_setup_early_pf - Initialize the idt table with early pagefault handler* On X8664 this does not use interrupt stacks as they can't work before* cpu_init() is invoked and sets up TSS | 
| idt_setup_ist_traps | dt_setup_ist_traps - Initialize the idt table with traps using IST | 
| idt_setup_debugidt_traps | dt_setup_debugidt_traps - Initialize the debug idt table with debug traps | 
| idt_setup_apic_and_irq_gates | dt_setup_apic_and_irq_gates - Setup APIC/SMP and normal interrupt gates | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |