Searched refs:IA64_IPI_DM_INT (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/include/asm-ia64/ |
D | hw_irq.h | 67 IA64_IPI_DM_INT = 0x0, /* pend an external interrupt */ enumerator 88 platform_send_ipi(smp_processor_id(), vector, IA64_IPI_DM_INT, 0); in hw_resend_irq()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | smp.c | 153 platform_send_ipi(dest_cpu, IA64_IPI_VECTOR, IA64_IPI_DM_INT, 0); in send_IPI_single() 185 platform_send_ipi(cpu, IA64_IPI_RESCHEDULE, IA64_IPI_DM_INT, 0); in smp_send_reschedule()
|
D | mca.c | 668 platform_send_ipi(cpu, IA64_MCA_WAKEUP_VECTOR, IA64_IPI_DM_INT, 0); in ia64_mca_wakeup() 926 platform_send_ipi(cpuid, IA64_CMCP_VECTOR, IA64_IPI_DM_INT, 0); in ia64_mca_cmc_int_caller() 957 platform_send_ipi(__ffs(cpu_online_map), IA64_CMCP_VECTOR, IA64_IPI_DM_INT, 0); in ia64_mca_cmc_poll() 992 platform_send_ipi(cpuid, IA64_CPEP_VECTOR, IA64_IPI_DM_INT, 0); in ia64_mca_cpe_int_caller() 1022 platform_send_ipi(__ffs(cpu_online_map), IA64_CPEP_VECTOR, IA64_IPI_DM_INT, 0); in ia64_mca_cpe_poll()
|
D | smpboot.c | 452 platform_send_ipi(cpu, ap_wakeup_vector, IA64_IPI_DM_INT, 0); in do_boot_cpu()
|
/linux-2.4.37.9/arch/ia64/sn/kernel/ |
D | irq.c | 141 platform_send_ipi(smp_processor_id(), SGI_UART_VECTOR, IA64_IPI_DM_INT, 0); in sn_end_irq()
|