Home
last modified time | relevance | path

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

/seL4-master/include/smp/
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); in get_ipi_arg()

Completed in 2 milliseconds