Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmm_get_host_codesel
Function
vmm_get_host_codesel
freebsd/amd64/vmm/vmm_host.c:139–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
uint64_t
140
vmm_get_host_codesel(void)
141
{
142
143
return (GSEL(GCODE_SEL, SEL_KPL));
144
}
145
146
uint64_t
147
vmm_get_host_tsssel(void)
Callers
1
vmcs_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected