Home
last modified time | relevance | path

Searched refs:PCIBAR_ROM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.c643 case PCIBAR_ROM: in modify_bar_registration()
744 assert((type == PCIBAR_ROM) || (idx >= 0 && idx <= PCI_BARMAX)); in pci_emul_alloc_bar()
745 assert((type != PCIBAR_ROM) || (idx == PCI_ROM_IDX)); in pci_emul_alloc_bar()
754 } else if (type == PCIBAR_ROM) { in pci_emul_alloc_bar()
872 case PCIBAR_ROM: in pci_emul_assign_bar()
919 if (type != PCIBAR_ROM) { in pci_emul_assign_bar()
957 const int error = pci_emul_alloc_bar(pdi, PCI_ROM_IDX, PCIBAR_ROM, in pci_emul_alloc_rom()
2135 case PCIBAR_ROM: in pci_emul_cmd_changed()
2321 case PCIBAR_ROM: in pci_cfgrw()
H A Dpci_emul.h91 PCIBAR_ROM, enumerator
H A Dpci_passthru.c765 sc->psc_bar[PCI_ROM_IDX].type = PCIBAR_ROM; in passthru_init_rom()
1156 case PCIBAR_ROM: in passthru_addr()