debug_idt_table 46 arch/x86/include/asm/desc.h extern gate_desc debug_idt_table[]; debug_idt_table 178 arch/x86/kernel/idt.c gate_desc debug_idt_table[IDT_ENTRIES] __page_aligned_bss; debug_idt_table 199 arch/x86/kernel/idt.c .address = (unsigned long) debug_idt_table, debug_idt_table 298 arch/x86/kernel/idt.c memcpy(&debug_idt_table, &idt_table, IDT_ENTRIES * 16); debug_idt_table 300 arch/x86/kernel/idt.c idt_setup_from_table(debug_idt_table, dbg_idts, ARRAY_SIZE(dbg_idts), false);