Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_emul.c523 if (pdi->pi_bar[i].type == PCIBAR_IO && in pci_emul_io_handler()
615 case PCIBAR_IO: in modify_bar_registration()
711 if (pi->pi_bar[idx].type == PCIBAR_IO) in update_bar_address()
720 case PCIBAR_IO: in update_bar_address()
751 if (type == PCIBAR_IO) { in pci_emul_alloc_bar()
827 case PCIBAR_IO: in pci_emul_alloc_bar()
857 case PCIBAR_IO: in pci_emul_assign_bar()
938 case PCIBAR_IO: in pci_emul_assign_bar()
2162 case PCIBAR_IO: in pci_emul_cmd_changed()
2320 case PCIBAR_IO: in pci_cfgrw()
[all …]
H A Dpci_uart.c101 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_NS16550_IO_BAR_SIZE); in pci_uart_init()
H A Dpci_passthru.c150 *type = PCIBAR_IO; in passthru_get_bar()
572 if (bartype != PCIBAR_IO) { in cfginitbar()
1023 assert(pi->pi_bar[baridx].type == PCIBAR_IO); in passthru_write()
1044 assert(pi->pi_bar[baridx].type == PCIBAR_IO); in passthru_read()
1146 case PCIBAR_IO: in passthru_addr()
H A Dpci_emul.h87 PCIBAR_IO, enumerator
H A Dvirtio.c136 pci_emul_alloc_bar(vs->vs_pi, barnum, PCIBAR_IO, size); in vi_set_io_bar()
H A Dpci_virtio_viona.c799 error = pci_emul_alloc_bar(pi, 0, PCIBAR_IO, VIONA_REGSZ); in pci_viona_init()
H A Dpci_e82545.c2380 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO, in e82545_init()