- Timestamp:
- Apr 10, 2018 9:04:32 AM (7 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r71184 r71802 504 504 /** 0x3ba - Pause filter count. */ 505 505 uint16_t cPauseFilter; 506 /** 0x3bc - Pause filter count. */506 /** 0x3bc - Pause filter threshold. */ 507 507 uint16_t cPauseFilterThreshold; 508 508 /** 0x3be - Whether the injected event is subject to event intercepts. */ -
trunk/include/VBox/vmm/hm_svm.h
r71755 r71802 1013 1013 /** Cache of DRX write intercepts. */ 1014 1014 uint16_t u16InterceptWrDRx; 1015 /** Cache of the pause-filter threshold. */ 1016 uint16_t u16PauseFilterThreshold; 1017 /** Cache of the pause-filter count. */ 1018 uint16_t u16PauseFilterCount; 1015 1019 /** Cache of exception intercepts. */ 1016 1020 uint32_t u32InterceptXcpt; 1017 /** Alignment. */1018 uint32_t u32Padding0;1019 1021 1020 1022 /** Cache of control intercepts. */
Note:
See TracChangeset
for help on using the changeset viewer.