Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmm/
H A Dvmm_vm.h101 int vm_handle_rendezvous(struct vcpu *vcpu);
H A Dvmm_vm.c60 vm_handle_rendezvous(struct vcpu *vcpu) in vm_handle_rendezvous() function
/freebsd/sys/amd64/vmm/
H A Dvmm.c995 error = vm_handle_rendezvous(vcpu); in vm_handle_suspend()
1184 error = vm_handle_rendezvous(vcpu); in vm_run()
1754 error = vm_handle_rendezvous(vcpu); in vm_smp_rendezvous()
1778 return (vm_handle_rendezvous(vcpu)); in vm_smp_rendezvous()