Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_lapic.c71 vcpu_notify_event(vm, cpu, true); in lapic_set_intr()
H A Dvmm.c1588 vcpu_notify_event(vm, i, false); in vm_handle_suspend()
1630 vcpu_notify_event(vm, i, false); in vm_suspend()
2149 vcpu_notify_event(vm, vcpuid, false); in vm_inject_nmi()
2196 vcpu_notify_event(vm, vcpuid, false); in vm_inject_extint()
2389 vcpu_notify_event(vm, i, false); in vm_suspend_cpu()
2396 vcpu_notify_event(vm, vcpuid, false); in vm_suspend_cpu()
2520 vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr) in vcpu_notify_event() function
2589 vcpu_notify_event(vm, i, false); in vm_smp_rendezvous()
/f-stack/freebsd/amd64/include/
H A Dvmm.h378 void vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr);
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic.c461 vcpu_notify_event(vlapic->vm, vlapic->vcpuid, true); in vlapic_fire_lvt()