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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_uart.c96 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_IO_BAR_SIZE);
H A Dpci_passthru.c530 bartype = PCIBAR_IO;
545 if (bartype != PCIBAR_IO) {
886 assert(pi->pi_bar[baridx].type == PCIBAR_IO);
910 assert(pi->pi_bar[baridx].type == PCIBAR_IO);
1003 if (pi->pi_bar[baridx].type == PCIBAR_IO)
H A Dpci_emul.h88 PCIBAR_IO, enumerator in enum:pcibar_type
H A Dpci_emul.c380 if (pdi->pi_bar[i].type == PCIBAR_IO &&
471 case PCIBAR_IO:
559 if (pi->pi_bar[idx].type == PCIBAR_IO)
568 case PCIBAR_IO:
602 if (type == PCIBAR_IO) {
615 case PCIBAR_IO:
1725 case PCIBAR_IO:
1869 case PCIBAR_IO:
1878 PCIBAR_IO);
2196 error = pci_emul_alloc_bar(pi, 0, PCIBAR_IO, DIOS
[all...]
H A Dvirtio.c134 pci_emul_alloc_bar(vs->vs_pi, barnum, PCIBAR_IO, size);
H A Dpci_e82545.c2323 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO,

Completed in 84 milliseconds