Home
last modified time | relevance | path

Searched refs:vm_map_pptdev_mmio (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/usr.sbin/bhyve/
H A Dpci_passthru.c507 error = vm_map_pptdev_mmio(ctx, b, s, f, start, len, base); in init_msix_table()
524 error = vm_map_pptdev_mmio(ctx, b, s, f, start, len, base); in init_msix_table()
597 error = vm_map_pptdev_mmio(ctx, sc->psc_sel.pc_bus, in cfginitbar()
/freebsd-12.1/lib/libvmmapi/
H A Dvmmapi.h164 int vm_map_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func,
H A Dvmmapi.c909 vm_map_pptdev_mmio(struct vmctx *ctx, int bus, int slot, int func, in vm_map_pptdev_mmio() function