Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm.c270 static void vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr);
1192 vcpu_notify_event_locked(vcpu, false); in vcpu_set_state_locked()
2489 vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr) in vcpu_notify_event_locked() function
2525 vcpu_notify_event_locked(vcpu, lapic_intr); in vcpu_notify_event()