Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dept.h36 struct vmspace *ept_vmspace_alloc(vm_offset_t min, vm_offset_t max);
H A Dept.c180 ept_vmspace_alloc(vm_offset_t min, vm_offset_t max) in ept_vmspace_alloc() function
H A Dvmx.c3709 return (ept_vmspace_alloc(min, max)); in vmx_vmspace_alloc()