Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ vmm_get_host_efer
Function
vmm_get_host_efer
freebsd/amd64/vmm/vmm_host.c:103–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
uint64_t
104
vmm_get_host_efer(void)
105
{
106
107
return (vmm_host_efer);
108
}
109
110
uint64_t
111
vmm_get_host_cr0(void)
Callers
1
vmcs_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected