Home
last modified time | relevance | path

Searched refs:ppt_unassign_device (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/vmm/io/
H A Dppt.h56 int ppt_unassign_device(struct vm *vm, int bus, int slot, int func);
H A Dppt.c403 ppt_unassign_device(struct vm *vm, int bus, int slot, int func) in ppt_unassign_device() function
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c950 error = ppt_unassign_device(vm, bus, slot, func); in vm_unassign_pptdev()