Home
last modified time | relevance | path

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

/freebsd/sys/dev/vmm/
H A Dvmm_vm.c37 KASSERT(vcpu->vm->rendezvous_func != NULL, in vm_rendezvous()
47 (*vm->rendezvous_func)(vcpu, vm->rendezvous_arg); in vm_rendezvous()
52 vm->rendezvous_func = NULL; in vm_rendezvous()
53 wakeup(&vm->rendezvous_func); in vm_rendezvous()
69 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()
73 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()
186 if (vm->rendezvous_func != NULL) { in vcpu_set_state_all()
234 if (vm->rendezvous_func != NULL) in vcpu_set_state_all()
H A Dvmm_vm.h147 vm_rendezvous_func_t rendezvous_func; member
/freebsd/sys/amd64/vmm/
H A Dvmm.c766 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()
982 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()
1746 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()
1759 KASSERT(vm->rendezvous_func == NULL, ("vm_smp_rendezvous: previous " in vm_smp_rendezvous()
1766 vm->rendezvous_func = func; in vm_smp_rendezvous()