Searched refs:idt_table (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/include/asm-x86_64/ |
D | desc.h | 80 extern struct gate_struct idt_table[]; 102 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 0, 0); in set_intr_gate() 107 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 0, ist); in set_intr_gate_ist() 112 _set_gate(&idt_table[nr], GATE_INTERRUPT, (unsigned long) func, 3, 0); in set_system_gate()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | traps.c | 65 struct desc_struct idt_table[256] __attribute__((__section__(".data.idt"))) = { {0, 0}, }; variable 786 __set_fixmap(FIX_F00F, __pa(&idt_table), PAGE_KERNEL_RO); in trap_init_f00f_bug() 815 _set_gate(idt_table+n,14,0,addr); in set_intr_gate() 820 _set_gate(idt_table+n,15,0,addr); in set_trap_gate() 825 _set_gate(idt_table+n,15,3,addr); in set_system_gate()
|
D | head.S | 312 lea SYMBOL_NAME(idt_table),%edi 361 .long SYMBOL_NAME(idt_table)
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | head.S | 364 ENTRY(idt_table)
|
D | setup64.c | 33 struct desc_ptr idt_descr = { 256 * 16, (unsigned long) idt_table };
|
D | traps.c | 49 extern struct gate_struct idt_table[256];
|