Home
last modified time | relevance | path

Searched refs:IRQ_IPI_SMP_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/mips/include/asm/netlogic/
Dinterrupt.h40 #define IRQ_IPI_SMP_FUNCTION 3 macro
/linux-3.4.99/arch/mips/netlogic/common/
Dirq.c188 irq_set_chip_and_handler(IRQ_IPI_SMP_FUNCTION, &nlm_cpu_intr, in init_nlm_common_irqs()
193 ((1ULL << IRQ_IPI_SMP_FUNCTION) | (1ULL << IRQ_IPI_SMP_RESCHEDULE)); in init_nlm_common_irqs()
Dsmp.c65 nlm_pic_send_ipi(nlm_pic_base, cpu, IRQ_IPI_SMP_FUNCTION, 0); in nlm_send_ipi_single()