Searched refs:fAtReset (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpdmapi.h71 VMMR3_INT_DECL(void) PDMR3MemSetup(PVM pVM, bool fAtReset);
/vbox/src/VBox/VMM/VMMR3/
H A DPDM.cpp1566 * @param fAtReset Indicates the context, after reset if @c true or after
1569 VMMR3_INT_DECL(void) PDMR3MemSetup(PVM pVM, bool fAtReset) argument
1571 LogFlow(("PDMR3MemSetup: fAtReset=%RTbool\n", fAtReset));
1572 PDMDEVMEMSETUPCTX const enmCtx = fAtReset ? PDMDEVMEMSETUPCTX_AFTER_RESET : PDMDEVMEMSETUPCTX_AFTER_CONSTRUCTION;
H A DPGM.cpp2595 * @param fAtReset Indicates the context, after reset if @c true or after
2598 VMMR3_INT_DECL(void) PGMR3MemSetup(PVM pVM, bool fAtReset) argument
2600 if (fAtReset)

Completed in 51 milliseconds