Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dtraps.c323 DEFINE_IDTENTRY_ERRORCODE(exc_invalid_tss) in DEFINE_IDTENTRY_ERRORCODE() function
329 DEFINE_IDTENTRY_ERRORCODE(exc_segment_not_present) in DEFINE_IDTENTRY_ERRORCODE() function
335 DEFINE_IDTENTRY_ERRORCODE(exc_stack_segment) in DEFINE_IDTENTRY_ERRORCODE() function
341 DEFINE_IDTENTRY_ERRORCODE(exc_alignment_check) in DEFINE_IDTENTRY_ERRORCODE() function
691 DEFINE_IDTENTRY_ERRORCODE(exc_general_protection) in DEFINE_IDTENTRY_ERRORCODE() function
H A Dcet.c148 DEFINE_IDTENTRY_ERRORCODE(exc_control_protection) in DEFINE_IDTENTRY_ERRORCODE() function
/openbmc/linux/arch/x86/include/asm/
H A Didtentry.h98 #define DEFINE_IDTENTRY_ERRORCODE(func) \ macro