Changeset 25937 in vbox
- Timestamp:
- Jan 20, 2010 2:55:35 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56776
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r25935 r25937 55 55 * @{ 56 56 */ 57 58 /** 59 * Indicates that there are no guest mappings to care about. 60 * Currently on raw-mode related code uses mappings, i.e. RC and R3 code. 61 */ 62 #ifdef IN_RING0 63 # define PGM_WITHOUT_MAPPINGS 64 #endif 57 65 58 66 /** -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r25935 r25937 61 61 || (PGM_SHW_TYPE == PGM_TYPE_AMD64 && PGM_GST_TYPE != PGM_TYPE_AMD64 && PGM_GST_TYPE != PGM_TYPE_PROT) 62 62 # error "Invalid combination; AMD64 guest implies AMD64 shadow and vice versa" 63 #endif64 65 #ifdef IN_RING0 /* no mappings in VT-x and AMD-V mode */66 # define PGM_WITHOUT_MAPPINGS67 63 #endif 68 64
Note:
See TracChangeset
for help on using the changeset viewer.