Searched refs:_trace_set_gate (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | desc.h | 324 static inline void _trace_set_gate(int gate, unsigned type, void *addr, in _trace_set_gate() function 341 #define _trace_set_gate(gate, type, addr, dpl, ist, seg) macro 374 _trace_set_gate(n, GATE_INTERRUPT, (void *)trace_##addr,\
|