Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dtraps.c274 DEFINE_IDTENTRY_ERRORCODE(exc_invalid_tss) in DEFINE_IDTENTRY_ERRORCODE() function
280 DEFINE_IDTENTRY_ERRORCODE(exc_segment_not_present) in DEFINE_IDTENTRY_ERRORCODE() function
286 DEFINE_IDTENTRY_ERRORCODE(exc_stack_segment) in DEFINE_IDTENTRY_ERRORCODE() function
292 DEFINE_IDTENTRY_ERRORCODE(exc_alignment_check) in DEFINE_IDTENTRY_ERRORCODE() function
642 DEFINE_IDTENTRY_ERRORCODE(exc_general_protection) in DEFINE_IDTENTRY_ERRORCODE() function
Dcet.c118 DEFINE_IDTENTRY_ERRORCODE(exc_control_protection) in DEFINE_IDTENTRY_ERRORCODE() function
/Linux-v6.6/arch/x86/include/asm/
Didtentry.h94 #define DEFINE_IDTENTRY_ERRORCODE(func) \ macro