Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
184
struct vmspace *
185
ept_vmspace_alloc(vm_offset_t min, vm_offset_t max)
186
{
187
188
return (vmspace_alloc(min, max, ept_pinit));
189
}
190
191
void
192
ept_vmspace_free(struct vmspace *vmspace)
Callers
1
vmx_vmspace_alloc
Function · 0.85
Calls
1
vmspace_alloc
Function · 0.85
Tested by
no test coverage detected