Searched refs:smp_reschedule_interrupt (Results 1 - 6 of 6) sorted by relevance

/arch/m32r/kernel/
H A Dtraps.c37 extern void smp_reschedule_interrupt(void);
101 eit_vector[184] = (unsigned long)smp_reschedule_interrupt;
H A Dsmp.c65 void smp_reschedule_interrupt(void);
91 * Request other CPU to execute 'smp_reschedule_interrupt()'.
111 * Name: smp_reschedule_interrupt
127 void smp_reschedule_interrupt(void) function
/arch/x86/include/asm/
H A Dhw_irq.h182 extern __visible void smp_reschedule_interrupt(struct pt_regs *);
/arch/x86/kernel/
H A Dsmp.c259 __visible void smp_reschedule_interrupt(struct pt_regs *regs) function
H A Dentry_64.S981 reschedule_interrupt smp_reschedule_interrupt
/arch/mn10300/kernel/
H A Dsmp.c128 static irqreturn_t smp_reschedule_interrupt(int irq, void *dev_id);
132 .handler = smp_reschedule_interrupt,
500 * smp_reschedule_interrupt - Reschedule IPI handler
506 static irqreturn_t smp_reschedule_interrupt(int irq, void *dev_id) function

Completed in 182 milliseconds