Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm.h254 bool vm_mem_allocated(struct vm *vm, int vcpuid, vm_paddr_t gpa);
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1519 } else if (vm_mem_allocated(svm_sc->vm, vcpu, info2)) { in svm_vmexit()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c645 vm_mem_allocated(struct vm *vm, int vcpuid, vm_paddr_t gpa) in vm_mem_allocated() function
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2700 if (vm_mem_allocated(vmx->vm, vcpu, gpa) || in vmx_exit_process()