Changeset 12062 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 3, 2008 3:38:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r11516 r12062 749 749 ENDPROC VMXEnable 750 750 751 752 751 ;/** 753 752 ; * Executes VMXOFF … … 820 819 821 820 %endif ; RT_ARCH_AMD64 821 822 ;/** 823 ; * Executes VMPTRST 824 ; * 825 ; * @returns VBox status code 826 ; * @param [esp + 04h] gcc:rdi msc:rcx Param 1 - First parameter - Address that will receive the current pointer 827 ; */ 828 ;DECLASM(int) VMXGetActivateVMCS(RTHCPHYS *pVMCS); 829 BEGINPROC VMXGetActivateVMCS 830 %ifdef RT_ARCH_AMD64 831 %ifdef ASM_CALL64_GCC 832 vmptrst rdi 833 %else 834 vmptrst rcx 835 %endif 836 %else 837 vmptrst [esp+04h] 838 %endif 839 xor rAX, rAX 840 ret 841 ENDPROC 822 842 823 843
Note:
See TracChangeset
for help on using the changeset viewer.