Changeset 58126 in vbox for trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
- Timestamp:
- Oct 8, 2015 8:59:48 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 103223
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r58123 r58126 2791 2791 * @param pVCpu The cross context virtual CPU structure. 2792 2792 * @remark Should only be used when monitoring is available, thus placed in 2793 * the PGMPOOL_WITH_MONITORING #ifdef.2793 * the PGMPOOL_WITH_MONITORING \#ifdef. 2794 2794 */ 2795 2795 int pgmPoolSyncCR3(PVMCPU pVCpu) … … 3031 3031 * 3032 3032 * @param pPool The pool. 3033 * @param HCPhys The HC physical address of the shadow page.3033 * @param pPage The shadow page. 3034 3034 * @param iUser The shadow page pool index of the user table. 3035 3035 * @param iUserTable The index into the user table (shadowed). … … 4507 4507 * @param pPool The pool. 4508 4508 * @param pPage The page. 4509 * @param pShwPML4 The shadow page directory pointer table (mapping of the page). 4509 * @param pShwPT The shadow page directory pointer table (mapping of the 4510 * page). 4510 4511 */ 4511 4512 DECLINLINE(void) pgmPoolTrackDerefPTEPT(PPGMPOOL pPool, PPGMPOOLPAGE pPage, PEPTPT pShwPT) … … 4866 4867 * @retval VINF_SUCCESS on success. 4867 4868 * @param pPool The pool. 4868 * @param HCPhys The HC physical address of the shadow page.4869 * @param pPage The shadow page. 4869 4870 * @param fFlush Flush the TLBS when required (should only be false in very specific use cases!!) 4870 4871 */ … … 4988 4989 * 4989 4990 * @param pPool The pool. 4990 * @param HCPhys The HC physical address of the shadow page.4991 * @param pPage The shadow page. 4991 4992 * @param iUser The shadow page pool index of the user table. 4992 4993 * NIL_PGMPOOL_IDX for root pages. … … 5370 5371 * this and execute this CR3 flush. 5371 5372 * 5372 * @param p Pool The pool.5373 * @param pVM The cross context VM structure. 5373 5374 */ 5374 5375 void pgmR3PoolReset(PVM pVM)
Note:
See TracChangeset
for help on using the changeset viewer.