Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libvmmapi/
H A Dvmmapi.h184 int vm_unassign_pptdev(struct vmctx *ctx, int bus, int slot, int func);
H A Dvmmapi.c990 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 Dvmm.h253 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/freebsd-14.2/sys/amd64/vmm/io/
H A Dppt.c433 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_passthru.c948 vm_unassign_pptdev(pi->pi_vmctx, bus, slot, func); in passthru_init()
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm_dev.c745 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
H A Dvmm.c1124 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 Dbhyvectl.c1969 error = vm_unassign_pptdev(ctx, bus, slot, func); in main()