Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/io/
H A Dppt.h51 int ppt_reset_device(struct vm *vm, int bus, int slot, int func);
H A Dppt.c490 ppt_reset_device(struct vm *vm, int bus, int slot, int func) in ppt_reset_device() function
/freebsd/sys/amd64/vmm/
H A Dvmm.c598 return (ppt_reset_device(vm, bus, slot, func)); in vm_reset_pptdev()