Home
last modified time | relevance | path

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

/freebsd/lib/libvmmapi/
H A Dvmmapi.h206 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
/freebsd/sys/amd64/vmm/
H A Dvmm_dev_machdep.c321 error = vm_unassign_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
H A Dvmm.c1155 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
/freebsd/sys/amd64/include/
H A Dvmm.h255 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd/sys/amd64/vmm/io/
H A Dppt.c459 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c943 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()