Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyve/
HDpci_emul.h58 int (*pe_cfgwrite)(struct vmctx *ctx, int vcpu, member
HDpci_lpc.c446 .pe_cfgwrite = pci_lpc_cfgwrite,
HDpci_passthru.c791 .pe_cfgwrite = passthru_cfgwrite,
HDpci_emul.c1801 if (pe->pe_cfgwrite != NULL && in pci_cfgrw()
1802 (*pe->pe_cfgwrite)(ctx, vcpu, pi, coff, bytes, *eax) == 0) in pci_cfgrw()