Searched refs:PCIBAR_IO (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_emul.c | 531 if (pdi->pi_bar[i].type == PCIBAR_IO && in pci_emul_io_handler() 558 assert(pdi->pi_bar[bidx].type == PCIBAR_IO); in pci_emul_iomem_handler() 648 case PCIBAR_IO: in modify_bar_registration() 769 if (pi->pi_bar[idx].type == PCIBAR_IO) in update_bar_address() 778 case PCIBAR_IO: in update_bar_address() 809 if (type == PCIBAR_IO) { in pci_emul_alloc_bar() 875 case PCIBAR_IO: in pci_emul_alloc_bar() 905 case PCIBAR_IO: in pci_emul_assign_bar() 982 case PCIBAR_IO: in pci_emul_assign_bar() 2202 case PCIBAR_IO: in pci_emul_cmd_changed() [all …]
|
| H A D | pci_uart.c | 100 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_NS16550_IO_BAR_SIZE); in pci_uart_init()
|
| H A D | pci_passthru.c | 603 bartype = PCIBAR_IO; in cfginitbar() 618 if (bartype != PCIBAR_IO) { in cfginitbar() 763 assert(sc->psc_bar[baridx].type == PCIBAR_IO || in passthru_set_bar_handler() 1428 case PCIBAR_IO: in passthru_addr()
|
| H A D | pci_emul.h | 90 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_e82545.c | 2347 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO, in e82545_init()
|