vbox的更動 41801 路徑 trunk/src/VBox/VMM/include/PATMInternal.h
- 時間撮記:
- 2012-6-17 下午04:46:51 (13 年 以前)
- svn:sync-xref-src-repo-rev:
- 78619
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/include/PATMInternal.h
r41800 r41801 561 561 /* Add a patch to guest lookup record 562 562 * 563 * @param pVM The VM to operate on.563 * @param pVM Pointer to the VM. 564 564 * @param pPatch Patch structure ptr 565 565 * @param pPatchInstrHC Guest context pointer to patch block … … 575 575 * 576 576 * @returns VBox status code. 577 * @param pVM The VM to operate on.577 * @param pVM Pointer to the VM. 578 578 * @param pPatch Patch record 579 579 */ … … 584 584 * 585 585 * @returns VBox status code. 586 * @param pVM The VM to operate on.586 * @param pVM Pointer to the VM. 587 587 * @param pPatch Patch record 588 588 */ … … 593 593 * 594 594 * @returns Stat address 595 * @param pVM The VM to operate on.595 * @param pVM Pointer to the VM. 596 596 * @param pPatch Patch structure 597 597 */ … … 602 602 * 603 603 * @returns VBox status code. 604 * @param pVM The VM to operate on.604 * @param pVM Pointer to the VM. 605 605 * @param pPatchRec Patch record 606 606 * @param fForceRemove Remove *all* patches … … 612 612 * 613 613 * @returns VBox status code. 614 * @param pVM The VM to operate on.614 * @param pVM Pointer to the VM. 615 615 * @param pCpu CPU disassembly state 616 616 * @param pInstrHC Guest context pointer to privileged instruction … … 625 625 * 626 626 * @returns VBox status code. 627 * @param pVM The VM to operate on627 * @param pVM Pointer to the VM. 628 628 * @param pCpu Disassembly state of instruction. 629 629 * @param pInstrGC GC Instruction pointer for instruction … … 639 639 * 640 640 * @returns patch record 641 * @param pVM The VM to operate on.641 * @param pVM Pointer to the VM. 642 642 * @param pInstrGC Guest context point to the instruction 643 643 * … … 649 649 * Empty the specified tree (PV tree, MMR3 heap) 650 650 * 651 * @param pVM The VM to operate on.651 * @param pVM Pointer to the VM. 652 652 * @param ppTree Tree to empty 653 653 */ … … 658 658 * Empty the specified tree (U32 tree, MMR3 heap) 659 659 * 660 * @param pVM The VM to operate on.660 * @param pVM Pointer to the VM. 661 661 * @param ppTree Tree to empty 662 662 */ … … 695 695 * 696 696 * @returns Patch structure pointer if found; else NULL 697 * @param pVM The VM to operate on.697 * @param pVM Pointer to the VM. 698 698 * @param pInstr Guest context point to instruction that might lie within 5 bytes of an existing patch jump 699 699 * @param fIncludeHints Include hinted patches or not … … 706 706 * 707 707 * @returns VBox status code. 708 * @param pVM The VM to operate on.708 * @param pVM Pointer to the VM. 709 709 * @param pInstrGC Guest context point to privileged instruction 710 710 * @param pInstrHC Host context point to privileged instruction … … 724 724 * 725 725 * @returns VBox status code. 726 * @param pVM The VM to operate on.726 * @param pVM Pointer to the VM. 727 727 * @param pInstrGC Guest context point to privileged instruction 728 728 * @param pInstrHC Host context point to privileged instruction … … 739 739 * 740 740 * @returns VBox status code. 741 * @param pVM The VM to operate on.741 * @param pVM Pointer to the VM. 742 742 * @param pPatch Patch record 743 743 *
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器