MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vcpu_notify_event

Function vcpu_notify_event

freebsd/amd64/vmm/vmm.c:2519–2527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2517}
2518
2519void
2520vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr)
2521{
2522 struct vcpu *vcpu = &vm->vcpu[vcpuid];
2523
2524 vcpu_lock(vcpu);
2525 vcpu_notify_event_locked(vcpu, lapic_intr);
2526 vcpu_unlock(vcpu);
2527}
2528
2529struct vmspace *
2530vm_get_vmspace(struct vm *vm)

Callers 8

vm_handle_suspendFunction · 0.85
vm_suspendFunction · 0.85
vm_inject_nmiFunction · 0.85
vm_inject_extintFunction · 0.85
vm_suspend_cpuFunction · 0.85
vm_smp_rendezvousFunction · 0.85
lapic_set_intrFunction · 0.85
vlapic_fire_lvtFunction · 0.85

Calls 1

vcpu_notify_event_lockedFunction · 0.85

Tested by

no test coverage detected