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

/freebsd-10-stable/usr.sbin/bhyve/
H A Dbhyverun.h43 void fbsdrun_addcpu(struct vmctx *ctx, int fromcpu, int newcpu, uint64_t rip);
H A Dbhyverun.c251 fbsdrun_addcpu(struct vmctx *ctx, int fromcpu, int newcpu, uint64_t rip) argument
255 assert(fromcpu == BSP);
258 * The 'newcpu' must be activated in the context of 'fromcpu'. If

Completed in 50 milliseconds