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

/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c233 static void vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr);
2326 vcpu_notify_event_locked(struct vcpu *vcpu, bool lapic_intr) argument
2334 if (lapic_intr) {
2357 vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr) argument
2362 vcpu_notify_event_locked(vcpu, lapic_intr);
/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h318 void vcpu_notify_event(struct vm *vm, int vcpuid, bool lapic_intr);

Completed in 146 milliseconds