Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dtraps.c234 DEFINE_IDTENTRY_ERRORCODE(exc_control_protection) in DEFINE_IDTENTRY_ERRORCODE() function
361 DEFINE_IDTENTRY_ERRORCODE(exc_invalid_tss) in DEFINE_IDTENTRY_ERRORCODE() function
367 DEFINE_IDTENTRY_ERRORCODE(exc_segment_not_present) in DEFINE_IDTENTRY_ERRORCODE() function
373 DEFINE_IDTENTRY_ERRORCODE(exc_stack_segment) in DEFINE_IDTENTRY_ERRORCODE() function
379 DEFINE_IDTENTRY_ERRORCODE(exc_alignment_check) in DEFINE_IDTENTRY_ERRORCODE() function
728 DEFINE_IDTENTRY_ERRORCODE(exc_general_protection) in DEFINE_IDTENTRY_ERRORCODE() function
/linux-6.1.9/arch/x86/include/asm/
Didtentry.h94 #define DEFINE_IDTENTRY_ERRORCODE(func) \ macro