Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_emul.h88 enum pcibar_type { enum
98 enum pcibar_type type; /* io or memory */
236 enum pcibar_type type, uint64_t size);
H A Dpci_emul.c116 enum pcibar_type type;
643 enum pcibar_type type; in modify_bar_registration()
799 pci_emul_alloc_bar(struct pci_devinst *pdi, int idx, enum pcibar_type type, in pci_emul_alloc_bar()
895 const enum pcibar_type type, const uint64_t size) in pci_emul_assign_bar()
H A Dpci_passthru.c584 enum pcibar_type bartype; in cfginitbar()