vbox的更動 6528 路徑 trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
- 時間撮記:
- 2008-1-28 下午02:43:15 (17 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r5999 r6528 544 544 PGMDECL(int) PGMPhysGCPhys2CCPtr(PVM pVM, RTGCPHYS GCPhys, void **ppv, PPGMPAGEMAPLOCK pLock) 545 545 { 546 #ifdef NEW_PHYS_CODE546 #ifdef VBOX_WITH_NEW_PHYS_CODE 547 547 #ifdef IN_GC 548 548 /* Until a physical TLB is implemented for GC, let PGMGCDynMapGCPageEx handle it. */ … … 713 713 PGMDECL(void) PGMPhysReleasePageMappingLock(PVM pVM, PPGMPAGEMAPLOCK pLock) 714 714 { 715 #ifdef NEW_PHYS_CODE715 #ifdef VBOX_WITH_NEW_PHYS_CODE 716 716 #ifdef IN_GC 717 717 /* currently nothing to do here. */ … … 759 759 PGMDECL(int) PGMPhysGCPhys2HCPtr(PVM pVM, RTGCPHYS GCPhys, RTUINT cbRange, PRTHCPTR pHCPtr) 760 760 { 761 #ifdef NEW_PHYS_CODE761 #ifdef VBOX_WITH_NEW_PHYS_CODE 762 762 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 763 763 #endif … … 854 854 PGMDECL(int) PGMPhysGCPtr2HCPtr(PVM pVM, RTGCPTR GCPtr, PRTHCPTR pHCPtr) 855 855 { 856 #ifdef NEW_PHYS_CODE856 #ifdef VBOX_WITH_NEW_PHYS_CODE 857 857 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 858 858 #endif … … 882 882 PGMDECL(int) PGMPhysGCPtr2HCPtrByGstCR3(PVM pVM, RTGCPTR GCPtr, uint32_t cr3, unsigned fFlags, PRTHCPTR pHCPtr) 883 883 { 884 #ifdef NEW_PHYS_CODE884 #ifdef VBOX_WITH_NEW_PHYS_CODE 885 885 VM_ASSERT_EMT(pVM); /* no longer safe for use outside the EMT thread! */ 886 886 #endif … … 1707 1707 if (off < pRam->cb) 1708 1708 { 1709 #ifdef NEW_PHYS_CODE1709 #ifdef VBOX_WITH_NEW_PHYS_CODE 1710 1710 /** @todo PGMRamGCPhys2HCPtrWithRange. */ 1711 1711 #endif
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器