Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Didtentry.h141 * DECLARE_IDTENTRY_RAW_ERRORCODE - Declare functions for raw IDT entry points
148 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ macro
312 * Maps to DECLARE_IDTENTRY_RAW_ERRORCODE, but declares also the
316 DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func); \
345 * Maps to DECLARE_IDTENTRY_RAW_ERRORCODE
348 DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func)
441 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ macro
570 DECLARE_IDTENTRY_RAW_ERRORCODE(X86_TRAP_PF, exc_page_fault);
617 DECLARE_IDTENTRY_RAW_ERRORCODE(X86_TRAP_DF, xenpv_exc_double_fault);
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Didtentry.h139 * DECLARE_IDTENTRY_RAW_ERRORCODE - Declare functions for raw IDT entry points
146 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ macro
313 * Maps to DECLARE_IDTENTRY_RAW_ERRORCODE, but declares also the
317 DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func); \
346 * Maps to DECLARE_IDTENTRY_RAW_ERRORCODE
349 DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func)
442 #define DECLARE_IDTENTRY_RAW_ERRORCODE(vector, func) \ macro
571 DECLARE_IDTENTRY_RAW_ERRORCODE(X86_TRAP_PF, exc_page_fault);

Completed in 3 milliseconds