Searched refs:_set_gate (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | desc.h | 344 static inline void _set_gate(int gate, unsigned type, void *addr, in _set_gate() function 367 _set_gate(n, GATE_INTERRUPT, (void *)addr, 0, 0, \ 400 _set_gate(n, GATE_INTERRUPT, addr, 0x3, 0, __KERNEL_CS); in set_system_intr_gate() 406 _set_gate(n, GATE_TRAP, addr, 0x3, 0, __KERNEL_CS); in set_system_trap_gate() 412 _set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS); in set_trap_gate() 418 _set_gate(n, GATE_TASK, (void *)0, 0, 0, (gdt_entry<<3)); in set_task_gate() 424 _set_gate(n, GATE_INTERRUPT, addr, 0, ist, __KERNEL_CS); in set_intr_gate_ist() 430 _set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS); in set_system_intr_gate_ist()
|