Searched refs:GATE_INTERRUPT (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/include/asm-x86_64/ |
D | desc.h | 17 GATE_INTERRUPT = 0xE, enumerator 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()
|