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

/seL4-camkes-master/kernel/src/arch/arm/smp/
H A Dipi.c14 static IpiModeRemoteCall_t remoteCall; /* the remote call being requested */ variable
20 remoteCall = (IpiModeRemoteCall_t)func;
/seL4-camkes-master/kernel/src/arch/riscv/smp/
H A Dipi.c15 static volatile IpiRemoteCall_t remoteCall; variable
22 remoteCall = func;
/seL4-camkes-master/kernel/src/arch/x86/smp/
H A Dipi.c14 static IpiModeRemoteCall_t remoteCall; /* the remote call being requested */ variable
20 remoteCall = (IpiModeRemoteCall_t)func;
/seL4-camkes-master/kernel/src/smp/
H A Dipi.c49 assert((IpiRemoteCall_t)remoteCall != IpiRemoteCall_Stall);
76 handleRemoteCall(remoteCall, get_ipi_arg(0), get_ipi_arg(1), get_ipi_arg(2), irqPath);

Completed in 74 milliseconds