Searched refs:vm_unassign_pptdev (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/lib/libvmmapi/ |
| H A D | vmmapi.h | 184 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
|
| H A D | vmmapi.c | 990 vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_unassign_pptdev() function
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm.h | 253 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
|
| /freebsd-14.2/sys/amd64/vmm/io/ |
| H A D | ppt.c | 433 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 948 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm_dev.c | 745 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
|
| H A D | vmm.c | 1124 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function
|
| /freebsd-14.2/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 1969 error = vm_unassign_pptdev(ctx, bus, slot, func); in main()
|