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

/linux-master/arch/x86/kernel/
H A Dtraps.c195 DEFINE_IDTENTRY(exc_divide_error) function
201 DEFINE_IDTENTRY(exc_overflow) function
270 DEFINE_IDTENTRY(exc_coproc_segment_overrun) function
472 DEFINE_IDTENTRY(exc_bounds) function
1194 DEFINE_IDTENTRY(exc_coprocessor_error) function
1199 DEFINE_IDTENTRY(exc_simd_coprocessor_error) function
1211 DEFINE_IDTENTRY(exc_spurious_interrupt_bug) function
1269 DEFINE_IDTENTRY(exc_device_not_available) function
1367 DEFINE_IDTENTRY(exc_virtualization_exception) function
/linux-master/arch/x86/include/asm/
H A Didtentry.h41 * DEFINE_IDTENTRY - Emit code for simple IDT entry points
53 #define DEFINE_IDTENTRY(func) \ macro
70 #define DEFINE_IDTENTRY_SW DEFINE_IDTENTRY
96 * Same as DEFINE_IDTENTRY, but has an extra error_code argument
136 * Contrary to DEFINE_IDTENTRY() this does not invoke the

Completed in 253 milliseconds