Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_emul.c688 case PCIBAR_ROM: in modify_bar_registration()
789 assert((type == PCIBAR_ROM) || (idx >= 0 && idx <= PCI_BARMAX)); in pci_emul_alloc_bar()
790 assert((type != PCIBAR_ROM) || (idx == PCI_ROM_IDX)); in pci_emul_alloc_bar()
799 } else if (type == PCIBAR_ROM) { in pci_emul_alloc_bar()
917 case PCIBAR_ROM: in pci_emul_assign_bar()
960 if (type != PCIBAR_ROM) { in pci_emul_assign_bar()
998 const int error = pci_emul_alloc_bar(pdi, PCI_ROM_IDX, PCIBAR_ROM, in pci_emul_alloc_rom()
2184 case PCIBAR_ROM: in pci_emul_cmd_changed()
2371 case PCIBAR_ROM: in pci_cfgrw()
H A Dpci_emul.h92 PCIBAR_ROM, enumerator
H A Dpci_passthru.c781 sc->psc_bar[PCI_ROM_IDX].type = PCIBAR_ROM; in passthru_init_rom()
1286 case PCIBAR_ROM: in passthru_addr()