MCPcopy 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
153uint64_t
154vmm_get_host_fsbase(void)
155{
156
157 return (0);
158}
159
160uint64_t
161vmm_get_host_idtrbase(void)

Callers 1

vmcs_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected