mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
Previously this was done by the caller of 'svm_launch()' after it returned. This works fine as long as no code is executed in the interim that depends on pcpu data. The dtrace probe 'fbt:vmm:svm_launch:return' broke this assumption because it calls 'dtrace_probe()' which in turn relies on pcpu data. Reported by: avg MFC after: 1 week |
||
|---|---|---|
| .. | ||
| amdv.c | ||
| npt.c | ||
| npt.h | ||
| svm.c | ||
| svm.h | ||
| svm_genassym.c | ||
| svm_msr.c | ||
| svm_msr.h | ||
| svm_softc.h | ||
| svm_support.S | ||
| vmcb.c | ||
| vmcb.h | ||