Changeset 57358 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- Location:
- trunk/src/VBox/VMM/VMMRZ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
r56287 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_DBGF 23 23 #include <VBox/vmm/dbgf.h> -
trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
r56287 r57358 17 17 18 18 19 /******************************************************************************* 20 * Internal Functions *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Internal Functions * 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PGM_DYNMAP 23 23 #include <VBox/vmm/pgm.h> … … 42 42 43 43 44 /******************************************************************************* 45 * Defined Constants And Macros *46 ******************************************************************************* /44 /********************************************************************************************************************************* 45 * Defined Constants And Macros * 46 *********************************************************************************************************************************/ 47 47 #ifdef IN_RING0 48 48 /** The max size of the mapping cache (in pages). */ … … 156 156 157 157 158 /******************************************************************************* 159 * Structures and Typedefs *160 ******************************************************************************* /158 /********************************************************************************************************************************* 159 * Structures and Typedefs * 160 *********************************************************************************************************************************/ 161 161 #ifdef IN_RING0 162 162 /** … … 310 310 311 311 312 /******************************************************************************* 313 * Global Variables *314 ******************************************************************************* /312 /********************************************************************************************************************************* 313 * Global Variables * 314 *********************************************************************************************************************************/ 315 315 #ifdef IN_RING0 316 316 /** Pointer to the ring-0 dynamic mapping cache. */ … … 321 321 322 322 323 /******************************************************************************* 324 * Internal Functions *325 ******************************************************************************* /323 /********************************************************************************************************************************* 324 * Internal Functions * 325 *********************************************************************************************************************************/ 326 326 static void pgmRZDynMapReleasePage(PPGMRZDYNMAP pThis, uint32_t iPage, uint32_t cRefs); 327 327 #ifdef IN_RING0 -
trunk/src/VBox/VMM/VMMRZ/VMMRZ.cpp
r56287 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <VBox/vmm/vmm.h> 23 23 #include "VMMInternal.h"
Note:
See TracChangeset
for help on using the changeset viewer.