MCPcopy 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
139uint64_t
140vmm_get_host_codesel(void)
141{
142
143 return (GSEL(GCODE_SEL, SEL_KPL));
144}
145
146uint64_t
147vmm_get_host_tsssel(void)

Callers 1

vmcs_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected