Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h280 int vm_resume_cpu(struct vm *vm, int vcpu);
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c810 error = vm_resume_cpu(sc->vm, vac->vcpuid); in vmmdev_ioctl()
H A Dvmm.c2402 vm_resume_cpu(struct vm *vm, int vcpuid) in vm_resume_cpu() function