Changeset 55302 in vbox
- Timestamp:
- Apr 16, 2015 11:00:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac
r55298 r55302 1214 1214 1215 1215 1216 ; /**1217 ; *Prepares for and executes VMRUN (64 bits guests)1218 ; *1219 ; * @returnsVBox status code1220 ; * @param HCPhysVMCB Physical address of host VMCB (rsp+8)1221 ; * @param HCPhysVMCB Physical address of guest VMCB (rsp+16)1222 ; * @param pVM The VM handle (rbp+20h)1223 ; * @param pVM The VMCPU handle. (rbp+28h)1224 ; * @param pCtx Guest context (rsi)1225 ; */1216 ;; 1217 ; Prepares for and executes VMRUN (64 bits guests) 1218 ; 1219 ; @returns VBox status code 1220 ; @param HCPhysVMCB Physical address of host VMCB [rbp+10h] 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] 1224 ; @param pCtx Guest context [rsi] 1225 ; 1226 1226 BEGINPROC SVMRCVMRun64 1227 1227 push rbp
Note:
See TracChangeset
for help on using the changeset viewer.