Searched refs:pe_cfgwrite (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.sbin/bhyve/
H A Dpci_emul.h58 int (*pe_cfgwrite)(struct vmctx *ctx, int vcpu, member in struct:pci_devemu
H A Dpci_lpc.c425 .pe_cfgwrite = pci_lpc_cfgwrite,
H A Dpci_passthru.c785 .pe_cfgwrite = passthru_cfgwrite,
H A Dpci_emul.c1791 if (pe->pe_cfgwrite != NULL &&
1792 (*pe->pe_cfgwrite)(ctx, vcpu, pi, coff, bytes, *eax) == 0)

Completed in 55 milliseconds