Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h239 int vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func);
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c436 vm_unassign_pptdev(vm, bus, slot, func); in ppt_unassign_all()
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c535 error = vm_unassign_pptdev(sc->vm, pptdev->bus, pptdev->slot, in vmmdev_ioctl()
H A Dvmm.c946 vm_unassign_pptdev(struct vm *vm, int bus, int slot, int func) in vm_unassign_pptdev() function