sn2_send_IPI

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

sn2_send_IPI - send an IPI to a processor  

SYNOPSIS

"SYNOPSIS"

void sn2_send_IPI (int cpuid, int vector, int delivery_mode, int redirect);  

ARGUMENTS

cpuid
target of the IPI
vector
command to send
delivery_mode
delivery mechanism
redirect
redirect the IPI?
 

DESCRIPTION

Sends an IPI (InterProcessor Interrupt) to the processor specified by cpuid. vector specifies the command to send, while delivery_mode 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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:51 GMT, October 06, 2005