freebsd-skq/sys/amd64/vmm/amd
neel 2c76978d5a Restore the host's GS.base before returning from 'svm_launch()'.
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
2015-06-23 02:17:23 +00:00
..
amdv.c
npt.c
npt.h
svm_genassym.c
svm_msr.c
svm_msr.h
svm_softc.h
svm_support.S
svm.c
svm.h
vmcb.c
vmcb.h