Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.c531 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 Dpci_uart.c100 pci_emul_alloc_bar(pi, 0, PCIBAR_IO, UART_NS16550_IO_BAR_SIZE); in pci_uart_init()
H A Dpci_passthru.c603 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 Dpci_emul.h90 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_e82545.c2347 pci_emul_alloc_bar(pi, E82545_BAR_IO, PCIBAR_IO, in e82545_init()