.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "sn_send_IPI_phys" "" "06 October 2005" "" ""
.SH NAME
sn_send_IPI_phys \- send an IPI to a Nasid and slice
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void sn_send_IPI_phys (long \fIphysid\fB, int \fIvector\fB, int \fIdelivery_mode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIphysid\fB\fR
physical cpuid to receive the interrupt.
.TP
\fB\fIvector\fB\fR
command to send
.TP
\fB\fIdelivery_mode\fB\fR
delivery mechanism
.SH "DESCRIPTION"
.PP
Sends an IPI (interprocessor interrupt) to the processor specified by
\fIphysid\fR
.PP
\fIdelivery_mode\fR can be one of the following
.PP
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