Searched refs:FirstAddr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp120 RTUINTPTR FirstAddr; member in struct:RTDBGASINT
183 * @param FirstAddr The first address in the address space.
187 RTDECL(int) RTDbgAsCreate(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszName) argument
194 AssertReturn(FirstAddr < LastAddr, VERR_INVALID_PARAMETER);
213 pDbgAs->FirstAddr = FirstAddr;
236 * @param FirstAddr The first address in the address space.
241 RTDECL(int) RTDbgAsCreateV(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszNameFmt, va_list va)
250 int rc = RTDbgAsCreate(phDbgAs, FirstAddr, LastAddr, pszName);
264 * @param FirstAddr Th
[all...]
/vbox/include/iprt/
H A Ddbg.h504 * @param FirstAddr The first address in the address space.
508 RTDECL(int) RTDbgAsCreate(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszName);
516 * @param FirstAddr The first address in the address space.
521 RTDECL(int) RTDbgAsCreateV(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszNameFmt, va_list va);
529 * @param FirstAddr The first address in the address space.
534 RTDECL(int) RTDbgAsCreateF(PRTDBGAS phDbgAs, RTUINTPTR FirstAddr, RTUINTPTR LastAddr, const char *pszNameFmt, ...);
/vbox/include/VBox/vmm/
H A Dpgm.h563 VMMR3_INT_DECL(int) PGMR3DumpHierarchyGst(PVM pVM, uint64_t cr3, uint32_t fFlags, RTGCPTR FirstAddr, RTGCPTR LastAddr, uint32_t cMaxDepth, PCDBGFINFOHLP pHlp);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp2378 * @param FirstAddr The start address.
2385 VMMR3_INT_DECL(int) PGMR3DumpHierarchyGst(PVM pVM, uint64_t cr3, uint32_t fFlags, RTGCPTR FirstAddr, RTGCPTR LastAddr,
2394 pgmR3DumpHierarchyInitState(&State, pVM, fFlags, FirstAddr, LastAddr, pHlp);

Completed in 80 milliseconds