Changeset 31947 in vbox
- Timestamp:
- Aug 25, 2010 8:51:16 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r31870 r31947 3559 3559 3560 3560 #ifdef VBOX_STRICT 3561 #ifdef IN_RC 3562 # undef AssertMsgFailed 3563 # define AssertMsgFailed Log 3564 #endif 3565 #ifdef IN_RING3 3566 # include <VBox/dbgf.h> 3567 3568 /** 3569 * Dumps a page table hierarchy use only physical addresses and cr4/lm flags. 3570 * 3571 * @returns VBox status code (VINF_SUCCESS). 3572 * @param cr3 The root of the hierarchy. 3573 * @param crr The cr4, only PAE and PSE is currently used. 3574 * @param fLongMode Set if long mode, false if not long mode. 3575 * @param cMaxDepth Number of levels to dump. 3576 * @param pHlp Pointer to the output functions. 3577 */ 3578 RT_C_DECLS_BEGIN 3579 VMMR3DECL(int) PGMR3DumpHierarchyHC(PVM pVM, uint32_t cr3, uint32_t cr4, bool fLongMode, unsigned cMaxDepth, PCDBGFINFOHLP pHlp); 3580 RT_C_DECLS_END 3581 3582 #endif 3561 # ifdef IN_RC 3562 # undef AssertMsgFailed 3563 # define AssertMsgFailed Log 3564 # endif 3583 3565 3584 3566 /**
Note:
See TracChangeset
for help on using the changeset viewer.