Searched refs:MAX_IPI_ARGS (Results 1 - 1 of 1) sorted by relevance

/seL4-l4v-master/seL4/include/smp/
H A Dipi.h15 #define MAX_IPI_ARGS 3 /* Maximum number of parameters to remote function */ macro
25 static word_t ipi_args[MAX_IPI_ARGS]; /* data to be passed to the remote call function */
29 assert(n < MAX_IPI_ARGS);

Completed in 27 milliseconds