Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dbhyverun.c109 static void vm_loop(struct vmctx *ctx, struct vcpu *vcpu);
434 vm_loop(vi->ctx, vi->vcpu); in fbsdrun_start_thread()
496 vm_loop(struct vmctx *ctx, struct vcpu *vcpu) in vm_loop() function