Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmm_mem_init
Function
vmm_mem_init
freebsd/amd64/vmm/vmm_mem.c:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
#include
"vmm_mem.h"
52
53
int
54
vmm_mem_init(void)
55
{
56
57
return (0);
58
}
59
60
vm_object_t
61
vmm_mmio_alloc(struct vmspace *vmspace, vm_paddr_t gpa, size_t len,
Callers
1
vmm_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected