Home
last modified time | relevance | path

Searched refs:DECLARE_IDTENTRY_ERRORCODE (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/include/asm/
H A Didtentry.h73 * DECLARE_IDTENTRY_ERRORCODE - Declare functions for simple IDT entry points
86 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ macro
161 * Maps to DECLARE_IDTENTRY_ERRORCODE()
164 DECLARE_IDTENTRY_ERRORCODE(vector, func)
189 * Maps to DECLARE_IDTENTRY_ERRORCODE()
192 DECLARE_IDTENTRY_ERRORCODE(vector, func)
485 #define DECLARE_IDTENTRY_ERRORCODE(vector, func) \ macro
495 DECLARE_IDTENTRY_ERRORCODE(vector, func)
614 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_TS, exc_invalid_tss);
615 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_N
[all...]