vbox的更動 13517 路徑 trunk/include
- 時間撮記:
- 2008-10-23 上午08:33:55 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/hwaccm.h
r13343 r13517 120 120 * @{ 121 121 */ 122 VMMR0DECL(int) HWACCMR0SetupVM(PVM pVM); 123 VMMR0DECL(int) HWACCMR0RunGuestCode(PVM pVM); 124 VMMR0DECL(int) HWACCMR0Enter(PVM pVM); 125 VMMR0DECL(int) HWACCMR0Leave(PVM pVM); 126 VMMR0DECL(int) HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt); 127 VMMR0DECL(int) HWACCMR0FlushTLB(PVM pVM); 122 VMMR0DECL(int) HWACCMR0SetupVM(PVM pVM); 123 VMMR0DECL(int) HWACCMR0RunGuestCode(PVM pVM); 124 VMMR0DECL(int) HWACCMR0Enter(PVM pVM); 125 VMMR0DECL(int) HWACCMR0Leave(PVM pVM); 126 VMMR0DECL(int) HWACCMR0InvalidatePage(PVM pVM, RTGCPTR GCVirt); 127 VMMR0DECL(int) HWACCMR0FlushTLB(PVM pVM); 128 VMMR0DECL(bool) HWACCMR0SuspendPending(); 128 129 /** @} */ 129 130 #endif /* IN_RING0 */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器