Home
last modified time | relevance | path

Searched refs:PCIBAR_IO (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.sbin/bhyve/
HDpci_passthru.c462 bartype = PCIBAR_IO; in cfginitbar()
477 if (bartype != PCIBAR_IO) { in cfginitbar()
502 } else if (bartype != PCIBAR_IO) { in cfginitbar()
749 assert(pi->pi_bar[baridx].type == PCIBAR_IO); in passthru_write()
773 assert(pi->pi_bar[baridx].type == PCIBAR_IO); in passthru_read()
HDpci_emul.c362 if (pdi->pi_bar[i].type == PCIBAR_IO && in pci_emul_io_handler()
459 case PCIBAR_IO: in modify_bar_registration()
541 if (pi->pi_bar[idx].type == PCIBAR_IO) in update_bar_address()
550 case PCIBAR_IO: in update_bar_address()
583 if (type == PCIBAR_IO) { in pci_emul_alloc_pbar()
596 case PCIBAR_IO: in pci_emul_alloc_pbar()
1703 case PCIBAR_IO: in pci_emul_cmdsts_write()
1821 case PCIBAR_IO: in pci_cfgrw()
1830 PCIBAR_IO); in pci_cfgrw()
1963 error = pci_emul_alloc_bar(pi, 0, PCIBAR_IO, DIOSZ); in pci_emul_dinit()
HDpci_uart.c93 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_IO_BAR_SIZE); in pci_uart_init()
HDpci_emul.h77 PCIBAR_IO, enumerator
HDvirtio.c126 pci_emul_alloc_bar(vs->vs_pi, barnum, PCIBAR_IO, size); in vi_set_io_bar()