Home
last modified time | relevance | path

Searched refs:idt_table (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Ddesc.h80 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/
Dtraps.c65 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()
Dhead.S312 lea SYMBOL_NAME(idt_table),%edi
361 .long SYMBOL_NAME(idt_table)
/linux-2.4.37.9/arch/x86_64/kernel/
Dhead.S364 ENTRY(idt_table)
Dsetup64.c33 struct desc_ptr idt_descr = { 256 * 16, (unsigned long) idt_table };
Dtraps.c49 extern struct gate_struct idt_table[256];