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

Function ept_invalidate_mappings

freebsd/amd64/vmm/intel/ept.c:167–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void
168ept_invalidate_mappings(u_long eptp)
169{
170 struct invept_desc invept_desc = { 0 };
171
172 invept_desc.eptp = eptp;
173
174 smp_rendezvous(NULL, invept_single_context, NULL, &invept_desc);
175}
176
177static int
178ept_pinit(pmap_t pmap)

Callers 1

vmx_initFunction · 0.85

Calls 1

smp_rendezvousFunction · 0.85

Tested by

no test coverage detected