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.c460 .pe_baraddr = pci_fbuf_baraddr,
H A Dpci_emul.c706 if (pe->pe_baraddr != NULL) in modify_bar_registration()
707 (*pe->pe_baraddr)(pi, idx, registration, pi->pi_bar[idx].addr); in modify_bar_registration()
H A Dpci_passthru.c1309 .pe_baraddr = passthru_addr,