MCPcopy 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
103uint64_t
104vmm_get_host_efer(void)
105{
106
107 return (vmm_host_efer);
108}
109
110uint64_t
111vmm_get_host_cr0(void)

Callers 1

vmcs_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected