Changeset 267 in vbox
- Timestamp:
- Jan 24, 2007 1:32:38 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM/PATM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/PATMA.h
r110 r267 80 80 #define PATM_ACTION_LOOKUP_ADDRESS 1 81 81 #define PATM_ACTION_DISPATCH_PENDING_IRQ 2 82 #define PATM_ACTION_LOG_IF1 3 83 #define PATM_ACTION_LOG_CLI 4 84 #define PATM_ACTION_LOG_STI 5 85 #define PATM_ACTION_LOG_POPF_IF1 6 86 #define PATM_ACTION_LOG_POPF_IF0 7 87 #define PATM_ACTION_LOG_PUSHF 8 88 #define PATM_ACTION_LOG_IRET 9 89 #define PATM_ACTION_LOG_RET 10 82 #define PATM_ACTION_PENDING_IRQ_AFTER_IRET 3 83 #define PATM_ACTION_LOG_IF1 4 84 #define PATM_ACTION_LOG_CLI 5 85 #define PATM_ACTION_LOG_STI 6 86 #define PATM_ACTION_LOG_POPF_IF1 7 87 #define PATM_ACTION_LOG_POPF_IF0 8 88 #define PATM_ACTION_LOG_PUSHF 9 89 #define PATM_ACTION_LOG_IRET 10 90 #define PATM_ACTION_LOG_RET 11 90 91 91 92 /* Magic dword found in ecx for patm pending actions. */ -
trunk/src/VBox/VMM/PATM/PATMA.mac
r110 r267 77 77 78 78 ;/* Patch Manager pending actions (in GCSTATE). */ 79 %define PATM_ACTION_LOOKUP_ADDRESS 179 %define PATM_ACTION_LOOKUP_ADDRESS 1 80 80 %define PATM_ACTION_DISPATCH_PENDING_IRQ 2 81 %define PATM_ACTION_LOG_IF1 3 82 %define PATM_ACTION_LOG_CLI 4 83 %define PATM_ACTION_LOG_STI 5 84 %define PATM_ACTION_LOG_POPF_IF1 6 85 %define PATM_ACTION_LOG_POPF_IF0 7 86 %define PATM_ACTION_LOG_PUSHF 8 87 %define PATM_ACTION_LOG_IRET 9 88 %define PATM_ACTION_LOG_RET 10 81 %define PATM_ACTION_PENDING_IRQ_AFTER_IRET 3 82 %define PATM_ACTION_LOG_IF1 4 83 %define PATM_ACTION_LOG_CLI 5 84 %define PATM_ACTION_LOG_STI 6 85 %define PATM_ACTION_LOG_POPF_IF1 7 86 %define PATM_ACTION_LOG_POPF_IF0 8 87 %define PATM_ACTION_LOG_PUSHF 9 88 %define PATM_ACTION_LOG_IRET 10 89 %define PATM_ACTION_LOG_RET 11 89 90 90 91 ;/* Magic dword found in ecx for patm pending actions. */
Note:
See TracChangeset
for help on using the changeset viewer.