Home
last modified time | relevance | path

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

/trueos/sys/amd64/include/
HDvmm.h228 typedef void (*vm_rendezvous_func_t)(struct vm *vm, int vcpuid, void *arg); typedef
230 vm_rendezvous_func_t func, void *arg);
/trueos/sys/amd64/vmm/
HDvmm.c146 vm_rendezvous_func_t rendezvous_func;
1041 vm_set_rendezvous_func(struct vm *vm, vm_rendezvous_func_t func) in vm_set_rendezvous_func()
2161 vm_rendezvous_func_t func, void *arg) in vm_smp_rendezvous()