Home
last modified time | relevance | path

Searched refs:vm_unassign_pptdev (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libvmmapi/
H A Dppt.c53 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
H A Dvmmapi.h205 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
/freebsd/sys/amd64/include/
H A Dvmm.h234 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c317 error = vm_unassign_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
H A Dvmm.c556 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
/freebsd/sys/amd64/vmm/io/
H A Dppt.c604 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c1100 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()