Searched refs:PCIBAR_IO (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_emul.c | 523 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 D | pci_uart.c | 101 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_NS16550_IO_BAR_SIZE); in pci_uart_init()
|
H A D | pci_passthru.c | 150 *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 D | pci_emul.h | 87 PCIBAR_IO, enumerator
|
H A D | virtio.c | 136 pci_emul_alloc_bar(vs->vs_pi, barnum, PCIBAR_IO, size); in vi_set_io_bar()
|
H A D | pci_virtio_viona.c | 799 error = pci_emul_alloc_bar(pi, 0, PCIBAR_IO, VIONA_REGSZ); in pci_viona_init()
|
H A D | pci_e82545.c | 2380 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO, in e82545_init()
|