Searched refs:vm_assign_pptdev (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/libvmmapi/ |
| H A D | ppt.c | 40 vm_assign_pptdev(struct vmctx *ctx, int bus, int slot, int func) in vm_assign_pptdev() function
|
| H A D | vmmapi.h | 204 int vm_assign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
|
| /freebsd/sys/amd64/include/ |
| H A D | vmm.h | 233 int vm_assign_pptdev(struct vm *vm, int bus, int slot, int func);
|
| /freebsd/sys/amd64/vmm/ |
| H A D | vmm_dev_machdep.c | 309 error = vm_assign_pptdev(vm, pptdev->bus, pptdev->slot, in vmmdev_machdep_ioctl()
|
| H A D | vmm.c | 571 vm_assign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_assign_pptdev() function
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 1037 if (vm_assign_pptdev(pi->pi_vmctx, bus, slot, func) != 0) { in passthru_init()
|