MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmm_get_host_idtrbase

Function vmm_get_host_idtrbase

freebsd/amd64/vmm/vmm_host.c:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160uint64_t
161vmm_get_host_idtrbase(void)
162{
163
164 return (r_idt.rd_base);
165}
166
167const struct xsave_limits *
168vmm_get_xsave_limits(void)

Callers 1

vmcs_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected