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.c114 enum pcibar_type type;
639 enum pcibar_type type; in modify_bar_registration()
795 pci_emul_alloc_bar(struct pci_devinst *pdi, int idx, enum pcibar_type type, in pci_emul_alloc_bar()
883 const enum pcibar_type type, const uint64_t size) in pci_emul_assign_bar()
H A Dpci_passthru.c529 enum pcibar_type bartype; in cfginitbar()