Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMSwitcher
- Timestamp:
- Oct 8, 2015 5:11:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103219
- Location:
- trunk/src/VBox/VMM/VMMSwitcher
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac
r57429 r58122 52 52 ; The C interface. 53 53 ; 54 ; @param pVM gcc: rdi msc:rcx The VM handle.54 ; @param pVM gcc: rdi msc:rcx The cross context VM structure. 55 55 ; 56 56 BEGINPROC vmmR0ToRawMode -
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r56287 r58122 806 806 ; * 807 807 ; * @returns VBox status code 808 ; * @param HCPhysCpuPage VMXON physical address [rsp+8]809 ; * @param HCPhysVmcs VMCS physical address [rsp+16]810 ; * @param pCache VMCS cache [rsp+24]811 ; * @param pVM The VM handle[rbp+28h]812 ; * @param pV M The VMCPU handle.[rbp+30h]808 ; * @param HCPhysCpuPage VMXON physical address [rsp+8] 809 ; * @param HCPhysVmcs VMCS physical address [rsp+16] 810 ; * @param pCache VMCS cache [rsp+24] 811 ; * @param pVM The cross context VM structure. [rbp+28h] 812 ; * @param pVCpu The cross context VMCPU structure. [rbp+30h] 813 813 ; * @param pCtx Guest context (rsi) 814 814 ; */ … … 1220 1220 ; @param HCPhysVMCB Physical address of host VMCB [rbp+10h] 1221 1221 ; @param HCPhysVMCB Physical address of guest VMCB [rbp+18h] 1222 ; @param pVM The VM handle[rbp+20h]1223 ; @param pVCpu The VMCPU handle.[rbp+28h]1222 ; @param pVM The cross context VM structure. [rbp+20h] 1223 ; @param pVCpu The cross context VMCPU structure. [rbp+28h] 1224 1224 ; @param pCtx Guest context [rsi] 1225 1225 ;
Note:
See TracChangeset
for help on using the changeset viewer.