Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyverun.c120 static void vm_loop(struct vmctx *ctx, struct vcpu *vcpu);
399 vm_loop(vi->ctx, vi->vcpu); in fbsdrun_start_thread()
458 vm_loop(struct vmctx *ctx, struct vcpu *vcpu) in vm_loop() function