Home
last modified time | relevance | path

Searched refs:vm_reset_pptdev (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libvmmapi/
H A Dppt.c66 vm_reset_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_reset_pptdev() function
H A Dvmmapi.h206 int vm_reset_pptdev(struct vmctx *ctx, int bus, int slot, int func);
/freebsd/sys/amd64/include/
H A Dvmm.h235 int vm_reset_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c325 error = vm_reset_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
H A Dvmm.c595 vm_reset_pptdev(struct vm *vm, int bus, int slot, int func) in vm_reset_pptdev() function
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c1290 if (vm_reset_pptdev(pi->pi_vmctx, sc->psc_sel.pc_bus, in passthru_reset()