Home
last modified time | relevance | path

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

/freebsd/usr.sbin/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_emul.c710 if (pe->pe_baraddr != NULL) in modify_bar_registration()
711 (*pe->pe_baraddr)(pi, idx, registration, pi->pi_bar[idx].addr); in modify_bar_registration()
H A Dpci_passthru.c1455 .pe_baraddr = passthru_addr,