freebsd-nq/sys/amd64/vmm/intel
John Baldwin 63e62d390d Add a resume hook for bhyve that runs a function on all CPUs during
resume.  For Intel CPUs, invoke vmxon for CPUs that were in VMX mode
at the time of suspend.

Reviewed by:	neel
2013-12-23 19:48:22 +00:00
..
ept.c Re-arrange bits in the amd64/pmap 'pm_flags' field. 2013-12-20 05:50:22 +00:00
ept.h Merge projects/bhyve_npt_pmap into head. 2013-10-05 21:22:35 +00:00
vmcs.c Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite() 2013-12-18 06:24:21 +00:00
vmcs.h Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite() 2013-12-18 06:24:21 +00:00
vmx_controls.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
vmx_cpufunc.h Fix issue found with clang build. Avoid code insertion by the compiler 2012-11-06 02:43:41 +00:00
vmx_genassym.c Use vmcs_read() and vmcs_write() in preference to vmread() and vmwrite() 2013-12-18 06:24:21 +00:00
vmx_msr.c Get rid of redundant comparision which is guaranteed to be "true" for unsigned 2012-11-22 00:08:20 +00:00
vmx_msr.h
vmx_support.S Merge projects/bhyve_npt_pmap into head. 2013-10-05 21:22:35 +00:00
vmx.c Add a resume hook for bhyve that runs a function on all CPUs during 2013-12-23 19:48:22 +00:00
vmx.h Add a new capability, VM_CAP_ENABLE_INVPCID, that can be enabled to expose 2013-10-16 18:20:27 +00:00
vtd.c Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00