#include <linux/rcupdate.h>
#include <asm/sn/types.h>
Go to the source code of this file.
|
void | sn_send_IPI_phys (int, long, int, int) |
|
u64 | sn_intr_alloc (nasid_t, int, struct sn_irq_info *, int, nasid_t, int) |
|
void | sn_intr_free (nasid_t, int, struct sn_irq_info *) |
|
struct sn_irq_info * | sn_retarget_vector (struct sn_irq_info *, nasid_t, int) |
|
void | sn_set_err_irq_affinity (unsigned int) |
|
#define IA64_SN2_FIRST_DEVICE_VECTOR 0x3c |
#define IA64_SN2_LAST_DEVICE_VECTOR 0xe6 |
#define SGI_ACPI_SCI_INT 0x34 |
#define SGI_II_ERROR 0x31 |
#define SGI_MMTIMER_VECTOR 0x38 |
#define SGI_PCIASIC_ERROR 0x33 |
#define SGI_TIO_ERROR 0x36 |
#define SGI_TIOCA_ERROR 0x35 |
#define SGI_TIOCX_ERROR 0x37 |
#define SGI_UART_VECTOR 0xe9 |
#define SGI_XBOW_ERROR 0x32 |
#define SGI_XPC_ACTIVATE 0x30 |
#define SGI_XPC_NOTIFY 0xe7 |
#define SN2_IRQ_CONNECTED 0x2 |
#define SN2_IRQ_RESERVED 0x1 |
#define SN2_IRQ_SHARED 0x4 |
Definition at line 33 of file irq.c.
Definition at line 50 of file irq.c.
sn_send_IPI_phys - send an IPI to a Nasid and slice : nasid to receive the interrupt (may be outside partition) : physical cpuid to receive the interrupt. : command to send : delivery mechanism
Sends an IPI (interprocessor interrupt) to the processor specified by
can be one of the following
IA64_IPI_DM_INT - pend an interrupt IA64_IPI_DM_PMI - pend a PMI IA64_IPI_DM_NMI - pend an NMI IA64_IPI_DM_INIT - pend an INIT interrupt
Definition at line 374 of file sn2_smp.c.
void sn_set_err_irq_affinity |
( |
unsigned |
int | ) |
|
Definition at line 30 of file irq.c.