Function report |
Source Code:arch\x86\kernel\idt.c |
Create Date:2022-07-28 07:32:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dt_setup_early_handler - Initializes the idt table with early handlers
Proto:void __init idt_setup_early_handler(void)
Type:void
Parameter:Nothing
335 | When i < NUM_EXCEPTION_VECTORS cycle set_intr_gate(i, early_idt_handler_array[i]) |
338 | When i < NR_VECTORS cycle set_intr_gate(i, early_ignore_irq) |
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 |