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

Function svm_modcleanup

freebsd/amd64/vmm/amd/svm.c:165–171  ·  view source on GitHub ↗

* Disable SVM on all CPUs. */

Source from the content-addressed store, hash-verified

163 * Disable SVM on all CPUs.
164 */
165static int
166svm_modcleanup(void)
167{
168
169 smp_rendezvous(NULL, svm_disable, NULL, NULL);
170 return (0);
171}
172
173/*
174 * Verify that all the features required by bhyve are available.

Callers

nothing calls this directly

Calls 1

smp_rendezvousFunction · 0.85

Tested by

no test coverage detected