freebsd-dev/sys/amd64/vmm/intel
Dimitry Andric 6f0c167fe2 In sys/amd64/vmm/intel/vmx.c, silence a (incorrect) gcc warning about
regval possibly being used uninitialized.

Reviewed by:	neel
2013-12-27 12:15:53 +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 In sys/amd64/vmm/intel/vmx.c, silence a (incorrect) gcc warning about 2013-12-27 12:15:53 +00:00
vmx.h vlapic code restructuring to make it easy to support hardware-assist for APIC 2013-12-25 06:46:31 +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