Searched refs:DECLARE_IDTENTRY (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Didtentry.h19 * DECLARE_IDTENTRY - Declare functions for simple IDT entry points
30 * Note: This is the C variant of DECLARE_IDTENTRY(). As the name says it
34 #define DECLARE_IDTENTRY(vector, func) \ macro
69 #define DECLARE_IDTENTRY_SW DECLARE_IDTENTRY
83 * Same as DECLARE_IDTENTRY, but has an extra error_code argument for the
122 * Maps to DECLARE_IDTENTRY().
125 DECLARE_IDTENTRY(vector, func)
234 * Maps to DECLARE_IDTENTRY().
237 DECLARE_IDTENTRY(vector, func)
323 * Maps to DECLARE_IDTENTRY()
482 #define DECLARE_IDTENTRY macro
[all...]

Completed in 161 milliseconds