Searched refs:BUILD_SMP_INTERRUPT (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/s390/kernel/ |
D | irq.c | 55 BUILD_SMP_INTERRUPT(reschedule_interrupt) 56 BUILD_SMP_INTERRUPT(invalidate_interrupt) 57 BUILD_SMP_INTERRUPT(stop_cpu_interrupt) 58 BUILD_SMP_INTERRUPT(mtrr_interrupt) 59 BUILD_SMP_INTERRUPT(spurious_interrupt)
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | irq.c | 55 BUILD_SMP_INTERRUPT(reschedule_interrupt) 56 BUILD_SMP_INTERRUPT(invalidate_interrupt) 57 BUILD_SMP_INTERRUPT(stop_cpu_interrupt) 58 BUILD_SMP_INTERRUPT(mtrr_interrupt) 59 BUILD_SMP_INTERRUPT(spurious_interrupt)
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | i8259.c | 83 BUILD_SMP_INTERRUPT(reschedule_interrupt,RESCHEDULE_VECTOR) 84 BUILD_SMP_INTERRUPT(invalidate_interrupt,INVALIDATE_TLB_VECTOR) 85 BUILD_SMP_INTERRUPT(call_function_interrupt,CALL_FUNCTION_VECTOR) 97 BUILD_SMP_INTERRUPT(error_interrupt,ERROR_APIC_VECTOR) 98 BUILD_SMP_INTERRUPT(spurious_interrupt,SPURIOUS_APIC_VECTOR)
|
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | entry.S | 413 .macro BUILD_SMP_INTERRUPT x,v macro 422 BUILD_SMP_INTERRUPT reschedule_interrupt,RESCHEDULE_VECTOR 423 BUILD_SMP_INTERRUPT invalidate_interrupt,INVALIDATE_TLB_VECTOR 424 BUILD_SMP_INTERRUPT call_function_interrupt,CALL_FUNCTION_VECTOR 427 BUILD_SMP_INTERRUPT apic_timer_interrupt,LOCAL_TIMER_VECTOR 428 BUILD_SMP_INTERRUPT error_interrupt,ERROR_APIC_VECTOR 429 BUILD_SMP_INTERRUPT spurious_interrupt,SPURIOUS_APIC_VECTOR
|
/linux-2.4.37.9/include/asm-i386/ |
D | hw_irq.h | 126 #define BUILD_SMP_INTERRUPT(x,v) XBUILD_SMP_INTERRUPT(x,v) macro
|