Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libvmmapi/common/
H A Dmapfile-vers121 vm_setup_pptdev_msi;
H A Dvmmapi.h259 int vm_setup_pptdev_msi(struct vmctx *ctx, int bus, int slot,
272 int vm_setup_pptdev_msi(struct vmctx *ctx, int pptfd, uint64_t addr,
H A Dvmmapi.c1291 vm_setup_pptdev_msi(struct vmctx *ctx, int bus, int slot, int func, in vm_setup_pptdev_msi() function
1385 vm_setup_pptdev_msi(struct vmctx *ctx, int pptfd, uint64_t addr, in vm_setup_pptdev_msi() function
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c942 error = vm_setup_pptdev_msi(ctx, sc->pptfd, in passthru_cfgwrite_default()