Searched refs:PCIBAR_IO (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | pci_emul.c | 524 if (pdi->pi_bar[i].type == PCIBAR_IO && in pci_emul_io_handler() 616 case PCIBAR_IO: in modify_bar_registration() 712 if (pi->pi_bar[idx].type == PCIBAR_IO) in update_bar_address() 721 case PCIBAR_IO: in update_bar_address() 752 if (type == PCIBAR_IO) { in pci_emul_alloc_bar() 828 case PCIBAR_IO: in pci_emul_alloc_bar() 858 case PCIBAR_IO: in pci_emul_assign_bar() 939 case PCIBAR_IO: in pci_emul_assign_bar() 2169 case PCIBAR_IO: in pci_emul_cmd_changed() 2326 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 | 99 PCIBAR_IO, enumerator
|
| H A D | virtio.c | 247 if (pci_emul_alloc_bar(vs->vs_pi, barnum, PCIBAR_IO, size) != 0) in vi_legacy_iobar_setup()
|
| H A D | pci_e82545.c | 2380 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO, in e82545_init()
|