Searched refs:vm_unassign_pptdev (Results 1 – 7 of 7) sorted by relevance
| /freebsd/lib/libvmmapi/ |
| H A D | ppt.c | 53 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
|
| H A D | vmmapi.h | 205 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 234 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm_dev_machdep.c | 317 error = vm_unassign_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
|
| H A D | vmm.c | 556 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | ppt.c | 604 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 1100 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()
|