freebsd-skq/sys/amd64/vmm/amd
Neel Natu a268481428 Do proper ASID management for guest vcpus.
Prior to this change an ASID was hard allocated to a guest and shared by all
its vcpus. The meant that the number of VMs that could be created was limited
to the number of ASIDs supported by the CPU. It was also inefficient because
it forced a TLB flush on every VMRUN.

With this change the number of guests that can be created is independent of
the number of available ASIDs. Also, the TLB is flushed only when a new ASID
is allocated.

Discussed with:	grehan
Reviewed by:	Anish Gupta (akgupt3@gmail.com)
2014-09-06 19:02:52 +00:00
..
amdv.c Bring (almost) up-to-date with HEAD. 2014-06-03 06:56:54 +00:00
npt.c Bring (almost) up-to-date with HEAD. 2014-06-03 06:56:54 +00:00
npt.h Bring (almost) up-to-date with HEAD. 2014-06-03 06:56:54 +00:00
svm_genassym.c - SVM nested paging support 2013-04-27 04:49:51 +00:00
svm_softc.h Do proper ASID management for guest vcpus. 2014-09-06 19:02:52 +00:00
svm_support.S Add in last remaining files to get AMD-SVM operational. 2013-08-23 00:37:26 +00:00
svm.c Do proper ASID management for guest vcpus. 2014-09-06 19:02:52 +00:00
svm.h - SVM nested paging support 2013-04-27 04:49:51 +00:00
vmcb.c Do proper ASID management for guest vcpus. 2014-09-06 19:02:52 +00:00
vmcb.h Do proper ASID management for guest vcpus. 2014-09-06 19:02:52 +00:00