Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h305 typedef void (*vm_rendezvous_func_t)(struct vm *vm, int vcpuid, void *arg); typedef
307 vm_rendezvous_func_t func, void *arg);
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c172 vm_rendezvous_func_t rendezvous_func;
2547 vm_rendezvous_func_t func, void *arg) in vm_smp_rendezvous()