Displaying 1 result from an estimated 1 matches for "ia32_vmx_cr4_fixed0".
Did you mean:
ia32_vmx_cr4_fixed1
2008 Jan 11
4
GP exception on vmxon
...)
THEN #GP(0);
I checked the conditions and found none of them was violated.
The results are as follows
CR0 : 0x80000031
IA32_VMX_CR0_FIXED0: 0x80000021
IA32_VMX_CR0_FIXED1: 0xFFFFFFFF
CR4 : 0x2250
IA32_VMX_CR4_FIXED0: 0x2000
IA32_VMX_CR4_FIXED1: 0x27FF
IA32_VMX_BASIC_MSR is 001A 0400 0000 0007
The revision ID 0x07 is assigned to the corresponding field in vmxon
region in the step 4.d
IA32_FEATURE_CONTROL is 0x05
My PC has a 32 bit, VT-support multi-core CPU.
I use only the BSP and haven...