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

/freebsd-10.2-release/usr.sbin/bhyve/
H A Dioapic.c47 static int pci_pins; variable
53 if (vm_ioapic_pincount(ctx, &pci_pins) < 0) {
54 pci_pins = 0;
59 if (pci_pins <= 16) {
60 pci_pins = 0;
63 pci_pins -= 16;
71 if (pci_pins == 0)
73 return (16 + (last_pin++ % pci_pins));

Completed in 43 milliseconds