Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm.c270 static void vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr);
2489 vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr) in vcpu_notify_event_locked() argument
2497 if (lapic_intr) { in vcpu_notify_event_locked()
2520 vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr) in vcpu_notify_event() argument
2525 vcpu_notify_event_locked(vcpu, lapic_intr); in vcpu_notify_event()
/f-stack/freebsd/amd64/include/
H A Dvmm.h378 void vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr);