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

Function vmm_get_host_trbase

freebsd/amd64/vmm/vmm_host.h:61–66  ·  view source on GitHub ↗

* Inline access to host state that is used on every VM entry */

Source from the content-addressed store, hash-verified

59 * Inline access to host state that is used on every VM entry
60 */
61static __inline uint64_t
62vmm_get_host_trbase(void)
63{
64
65 return ((uint64_t)PCPU_GET(tssp));
66}
67
68static __inline uint64_t
69vmm_get_host_gdtrbase(void)

Callers 1

vmx_set_pcpu_defaultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected