Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c111 static void vm_loop(struct vmctx *ctx, struct vcpu *vcpu);
394 vm_loop(vi->ctx, vi->vcpu); in fbsdrun_start_thread()
457 vm_loop(struct vmctx *ctx, struct vcpu *vcpu) in vm_loop() function