Changeset 13140 in vbox for trunk/include
- Timestamp:
- Oct 9, 2008 3:37:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r13136 r13140 1074 1074 #define VMX_EXIT_QUALIFICATION_EPT_GUEST_ADDR_VALID RT_BIT(7) 1075 1075 /** If bit 7 is one: (reserved otherwise) 1076 * 0- violation due to physical address access.1077 * 1- violation caused by page walk or access/dirty bit updates1078 */ 1079 #define VMX_EXIT_QUALIFICATION_EPT_ PAGE_WALK_ACCESSRT_BIT(8)1076 * 1 - violation due to physical address access. 1077 * 0 - violation caused by page walk or access/dirty bit updates 1078 */ 1079 #define VMX_EXIT_QUALIFICATION_EPT_TRANSLATED_ACCESS RT_BIT(8) 1080 1080 /** @} */ 1081 1081
Note:
See TracChangeset
for help on using the changeset viewer.