Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c271 DEFINE_IDTENTRY_ERRORCODE(exc_invalid_tss) in DEFINE_IDTENTRY_ERRORCODE() function
277 DEFINE_IDTENTRY_ERRORCODE(exc_segment_not_present) in DEFINE_IDTENTRY_ERRORCODE() function
283 DEFINE_IDTENTRY_ERRORCODE(exc_stack_segment) in DEFINE_IDTENTRY_ERRORCODE() function
289 DEFINE_IDTENTRY_ERRORCODE(exc_alignment_check) in DEFINE_IDTENTRY_ERRORCODE() function
557 DEFINE_IDTENTRY_ERRORCODE(exc_general_protection) in DEFINE_IDTENTRY_ERRORCODE() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Didtentry.h92 #define DEFINE_IDTENTRY_ERRORCODE(func) \ macro