Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmm_get_host_datasel
Function
vmm_get_host_datasel
freebsd/amd64/vmm/vmm_host.c:131–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
uint64_t
132
vmm_get_host_datasel(void)
133
{
134
135
return (GSEL(GDATA_SEL, SEL_KPL));
136
137
}
138
139
uint64_t
140
vmm_get_host_codesel(void)
Callers
1
vmcs_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected