Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dept.h38 struct vmspace *ept_vmspace_alloc(vm_offset_t min, vm_offset_t max);
H A Dept.c185 ept_vmspace_alloc(vm_offset_t min, vm_offset_t max) in ept_vmspace_alloc() function
H A Dvmx.c3625 return (ept_vmspace_alloc(min, max)); in vmx_vmspace_alloc()