Home
last modified time | relevance | path

Searched refs:pe_baraddr (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_emul.h77 void (*pe_baraddr)(struct pci_devinst *pi, member
H A Dpci_fbuf.c482 .pe_baraddr = pci_fbuf_baraddr,
H A Dpci_virtio_viona.c1195 .pe_baraddr = pci_viona_baraddr,
H A Dpci_emul.c652 if (pe->pe_baraddr != NULL) in modify_bar_registration()
653 (*pe->pe_baraddr)(pi, idx, registration, pi->pi_bar[idx].addr); in modify_bar_registration()
H A Dpci_passthru.c1180 .pe_baraddr = passthru_addr,