Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm.c299 static void vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr);
2647 vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr) in vcpu_notify_event_locked() argument
2655 if (lapic_intr) { in vcpu_notify_event_locked()
2678 vcpu_notify_event(struct vcpu *vcpu, bool lapic_intr) in vcpu_notify_event() argument
2681 vcpu_notify_event_locked(vcpu, lapic_intr); in vcpu_notify_event()
/freebsd/sys/amd64/include/
H A Dvmm.h403 void vcpu_notify_event(struct vcpu *vcpu, bool lapic_intr);