Searched refs:pack_gate (Results 1 – 1 of 1) sorted by relevance
/arch/x86/include/asm/ |
D | desc.h | 55 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, in pack_gate() function 71 static inline void pack_gate(gate_desc *gate, unsigned char type, in pack_gate() function 311 pack_gate(&s, GATE_INTERRUPT, (unsigned long)addr, 0, 0, __KERNEL_CS); in set_nmi_gate() 329 pack_gate(&s, type, (unsigned long)addr, dpl, ist, seg); in _trace_set_gate() 349 pack_gate(&s, type, (unsigned long)addr, dpl, ist, seg); in _set_gate()
|