Searched refs:vcpu_notify_event (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_lapic.c | 71 vcpu_notify_event(vm, cpu, true); in lapic_set_intr()
|
| H A D | vmm.c | 1588 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 D | vmm.h | 378 void vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr);
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vlapic.c | 461 vcpu_notify_event(vlapic->vm, vlapic->vcpuid, true); in vlapic_fire_lvt()
|