Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmm_get_host_idtrbase
Function
vmm_get_host_idtrbase
freebsd/amd64/vmm/vmm_host.c:160–165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
uint64_t
161
vmm_get_host_idtrbase(void)
162
{
163
164
return (r_idt.rd_base);
165
}
166
167
const struct xsave_limits *
168
vmm_get_xsave_limits(void)
Callers
1
vmcs_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected