MCPcopy 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
131uint64_t
132vmm_get_host_datasel(void)
133{
134
135 return (GSEL(GDATA_SEL, SEL_KPL));
136
137}
138
139uint64_t
140vmm_get_host_codesel(void)

Callers 1

vmcs_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected