Changeset 90439 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
- Timestamp:
- Jul 30, 2021 4:41:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r86497 r90439 514 514 NOREF(pVCpu); 515 515 516 pgmLock(pVM);516 PGM_LOCK_VOID(pVM); 517 517 Log(("pgmR3PoolClearAllRendezvous: cUsedPages=%d fpvFlushRemTlb=%RTbool\n", pPool->cUsedPages, !!fpvFlushRemTlb)); 518 518 … … 729 729 VM_FF_CLEAR(pVM, VM_FF_PGM_POOL_FLUSH_PENDING); 730 730 pPool->cPresent = 0; 731 pgmUnlock(pVM);731 PGM_UNLOCK(pVM); 732 732 733 733 PGM_INVL_ALL_VCPU_TLBS(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.