Searched defs:cMaxDepth (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFMem.cpp566 * @param cMaxDepth The depth.
571 uint32_t cMaxDepth, PCDBGFINFOHLP pHlp)
579 pcr3, pu64FirstAddr, pu64LastAddr, cMaxDepth, pHlp);
581 pcr3, pu64FirstAddr, pu64LastAddr, cMaxDepth, pHlp);
630 rc = PGMR3DumpHierarchyShw(pVM, cr3, fFlags, *pu64FirstAddr, *pu64LastAddr, cMaxDepth, pHlp);
632 rc = PGMR3DumpHierarchyGst(pVM, cr3, fFlags, *pu64FirstAddr, *pu64LastAddr, cMaxDepth, pHlp);
650 * @param cMaxDepth The depth.
655 uint64_t u64LastAddr, uint32_t cMaxDepth, PCDBGFINFOHLP pHlp)
669 AssertReturn(cMaxDepth, VERR_INVALID_PARAMETER);
675 pUVM, idCpu, fFlags, &cr3, &u64FirstAddr, &u64LastAddr, cMaxDepth, pHl
569 dbgfR3PagingDumpEx(PUVM pUVM, VMCPUID idCpu, uint32_t fFlags, uint64_t *pcr3, uint64_t *pu64FirstAddr, uint64_t *pu64LastAddr, uint32_t cMaxDepth, PCDBGFINFOHLP pHlp) argument
654 DBGFR3PagingDumpEx(PUVM pUVM, VMCPUID idCpu, uint32_t fFlags, uint64_t cr3, uint64_t u64FirstAddr, uint64_t u64LastAddr, uint32_t cMaxDepth, PCDBGFINFOHLP pHlp) argument
[all...]
H A DPGMPhys.cpp711 unsigned cMaxDepth = ASMBitLastSetU32(cRanges); local
712 if ((1U << cMaxDepth) < cRanges)
713 cMaxDepth++;
729 AssertMsg(cDepth <= cMaxDepth, ("cDepth=%d cMaxDepth=%d\n", cDepth, cMaxDepth));
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp198 uint64_t u64LastAddr, uint32_t cMaxDepth, PCDBGFINFOHLP pHlp)
197 DBGFR3PagingDumpEx(PUVM pUVM, VMCPUID idCpu, uint32_t fFlags, uint64_t cr3, uint64_t u64FirstAddr, uint64_t u64LastAddr, uint32_t cMaxDepth, PCDBGFINFOHLP pHlp) argument

Completed in 46 milliseconds