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

Function vmx_vmspace_alloc

freebsd/amd64/vmm/intel/vmx.c:3622–3626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3620}
3621
3622static struct vmspace *
3623vmx_vmspace_alloc(vm_offset_t min, vm_offset_t max)
3624{
3625 return (ept_vmspace_alloc(min, max));
3626}
3627
3628static void
3629vmx_vmspace_free(struct vmspace *vmspace)

Callers

nothing calls this directly

Calls 1

ept_vmspace_allocFunction · 0.85

Tested by

no test coverage detected