Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/
H A Dvmm_lapic.c64 vcpu_notify_event(vcpu, true); in lapic_set_intr()
H A Dvmm.c1749 vcpu_notify_event(vm_vcpu(vm, i), false); in vm_handle_suspend()
1823 vcpu_notify_event(vm_vcpu(vm, i), false); in vm_suspend()
2303 vcpu_notify_event(vcpu, false); in vm_inject_nmi()
2330 vcpu_notify_event(vcpu, false); in vm_inject_extint()
2501 vcpu_notify_event(vm_vcpu(vm, i), false); in vm_suspend_cpu()
2508 vcpu_notify_event(vcpu, false); in vm_suspend_cpu()
2647 vcpu_notify_event(struct vcpu *vcpu, bool lapic_intr) in vcpu_notify_event() function
2713 vcpu_notify_event(vm_vcpu(vm, i), false); in vm_smp_rendezvous()
/freebsd-14.2/sys/amd64/include/
H A Dvmm.h401 void vcpu_notify_event(struct vcpu *vcpu, bool lapic_intr);
/freebsd-14.2/sys/amd64/vmm/io/
H A Dvlapic.c459 vcpu_notify_event(vlapic->vcpu, true); in vlapic_fire_lvt()