Searched refs:vm_mem_allocated (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/amd64/include/
H A Dvmm.h202 bool vm_mem_allocated(struct vm *vm, int vcpuid, vm_paddr_t gpa);
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dsvm.c1477 } else if (vm_mem_allocated(svm_sc->vm, vcpu, info2)) {
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmx.c2429 if (vm_mem_allocated(vmx->vm, vcpu, gpa) ||
/freebsd-10-stable/sys/amd64/vmm/
H A Dvmm.c564 vm_mem_allocated(struct vm *vm, int vcpuid, vm_paddr_t gpa) function

Completed in 120 milliseconds