_set_gate         382 arch/x86/include/asm/desc.h 		_set_gate(n, GATE_INTERRUPT, (void *)addr, 0, 0,	\
_set_gate         415 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0x3, 0, __KERNEL_CS);
_set_gate         421 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_TRAP, addr, 0x3, 0, __KERNEL_CS);
_set_gate         427 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_TRAP, addr, 0, 0, __KERNEL_CS);
_set_gate         433 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_TASK, (void *)0, 0, 0, (gdt_entry<<3));
_set_gate         439 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0, ist, __KERNEL_CS);
_set_gate         445 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS);