Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bhyve/
HDpci_emul.c518 if (pdi->pi_bar[i].type == PCIBAR_IO && in pci_emul_io_handler()
545 assert(pdi->pi_bar[bidx].type == PCIBAR_IO); in pci_emul_iomem_handler()
635 case PCIBAR_IO: in modify_bar_registration()
756 if (pi->pi_bar[idx].type == PCIBAR_IO) in update_bar_address()
765 case PCIBAR_IO: in update_bar_address()
796 if (type == PCIBAR_IO) { in pci_emul_alloc_bar()
854 case PCIBAR_IO: in pci_emul_alloc_bar()
884 case PCIBAR_IO: in pci_emul_assign_bar()
2175 case PCIBAR_IO: in pci_emul_cmd_changed()
2334 case PCIBAR_IO: in pci_cfgrw()
[all …]
HDpci_uart.c101 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_NS16550_IO_BAR_SIZE); in pci_uart_init()
HDpci_passthru.c592 bartype = PCIBAR_IO; in cfginitbar()
607 if (bartype != PCIBAR_IO) { in cfginitbar()
1176 assert(pi->pi_bar[baridx].type == PCIBAR_IO); in passthru_write()
1204 assert(pi->pi_bar[baridx].type == PCIBAR_IO); in passthru_read()
1324 case PCIBAR_IO: in passthru_addr()
HDpci_emul.h88 PCIBAR_IO, enumerator
HDvirtio.c137 pci_emul_alloc_bar(vs->vs_pi, barnum, PCIBAR_IO, size); in vi_set_io_bar()
HDpci_e82545.c2348 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO, in e82545_init()