Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/sys/
H A Dvmm_kernel.h294 void vcpu_notify_event(struct vm *vm, int vcpuid);
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2913 vcpu_notify_event(vm, vcpuid); in vm_inject_nmi()
2949 vcpu_notify_event(vm, vcpuid); in vm_inject_extint()
3353 vcpu_notify_event(vm, i); in vm_suspend_cpu()
3360 vcpu_notify_event(vm, vcpuid); in vm_suspend_cpu()
3607 vcpu_notify_event(struct vm *vm, int vcpuid) in vcpu_notify_event() function