MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ept_vmspace_alloc

Function ept_vmspace_alloc

freebsd/amd64/vmm/intel/ept.c:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184struct vmspace *
185ept_vmspace_alloc(vm_offset_t min, vm_offset_t max)
186{
187
188 return (vmspace_alloc(min, max, ept_pinit));
189}
190
191void
192ept_vmspace_free(struct vmspace *vmspace)

Callers 1

vmx_vmspace_allocFunction · 0.85

Calls 1

vmspace_allocFunction · 0.85

Tested by

no test coverage detected