GATE_INTERRUPT    326 arch/x86/include/asm/desc.h 	pack_gate(&s, GATE_INTERRUPT, (unsigned long)addr, 0, 0, __KERNEL_CS);
GATE_INTERRUPT    382 arch/x86/include/asm/desc.h 		_set_gate(n, GATE_INTERRUPT, (void *)addr, 0, 0,	\
GATE_INTERRUPT    384 arch/x86/include/asm/desc.h 		_trace_set_gate(n, GATE_INTERRUPT, (void *)trace_##addr,\
GATE_INTERRUPT    415 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0x3, 0, __KERNEL_CS);
GATE_INTERRUPT    439 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0, ist, __KERNEL_CS);
GATE_INTERRUPT    445 arch/x86/include/asm/desc.h 	_set_gate(n, GATE_INTERRUPT, addr, 0x3, ist, __KERNEL_CS);