Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmm_get_host_fsbase
Function
vmm_get_host_fsbase
freebsd/amd64/vmm/vmm_host.c:153–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
151
}
152
153
uint64_t
154
vmm_get_host_fsbase(void)
155
{
156
157
return (0);
158
}
159
160
uint64_t
161
vmm_get_host_idtrbase(void)
Callers
1
vmcs_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected