Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/
H A Dvmm.c162 vm_rendezvous_func_t rendezvous_func; member
1251 vm->rendezvous_func = func; in vm_set_rendezvous_func()
1271 while (vm->rendezvous_func != NULL) { in vm_handle_rendezvous()
1279 (*vm->rendezvous_func)(vm, vcpuid, vm->rendezvous_arg); in vm_handle_rendezvous()
1286 wakeup(&vm->rendezvous_func); in vm_handle_rendezvous()
1290 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()
1323 if (vm->rendezvous_func != NULL || vm->suspend || vcpu->reqidle) in vm_handle_hlt()
1529 if (vm->rendezvous_func == NULL) { in vm_handle_suspend()
1686 evinfo.rptr = &vm->rendezvous_func; in vm_run()
2521 if (vm->rendezvous_func != NULL) { in vm_smp_rendezvous()
[all …]