Changeset 43826 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 7, 2012 10:39:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r43803 r43826 554 554 /** 55 XSETBV. Guest software attempted to execute XSETBV. */ 555 555 #define VMX_EXIT_XSETBV 55 556 /** 57 RDRAND. Guest software attempted to execute RDRAND. */ 557 #define VMX_EXIT_RDRAND 57 558 /** 58 INVPCID. Guest software attempted to execute INVPCID. */ 559 #define VMX_EXIT_INVPCID 58 560 /** 59 VMFUNC. Guest software attempted to execute VMFUNC. */ 561 #define VMX_EXIT_VMFUNC 59 556 562 /** @} */ 557 563 … … 701 707 /** Mask value to get the EPT page walk length (bits 5-3) */ 702 708 #define VMX_EPT_PAGE_WALK_LENGTH_MASK 7 703 /** Default EPT page walk length */ 709 /** Default EPT page-walk length (1 less than the actual EPT page-walk 710 * length) */ 704 711 #define VMX_EPT_PAGE_WALK_LENGTH_DEFAULT 3 705 712 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.