Changeset 50661 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Mar 3, 2014 9:06:19 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92592
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0A.asm
r49020 r50661 122 122 ; 123 123 ; @returns 0 124 ; @param pCPUMCPU x86:[esp+4] GCC:rdi MSC:rcx CPUMCPU pointer124 ; @param pCPUMCPU x86:[esp+4] gcc:rdi msc:rcx CPUMCPU pointer 125 125 ; 126 126 align 16 … … 206 206 ; 207 207 ; @returns 0 208 ; @param pCPUMCPU x86:[esp+4] GCC:rdi MSC:rcx CPUMCPU pointer208 ; @param pCPUMCPU x86:[esp+4] gcc:rdi msc:rcx CPUMCPU pointer 209 209 ; 210 210 align 16 … … 239 239 ; 240 240 ; @returns 0 241 ; @param pCPUMCPU x86:[esp+4] GCC:rdi MSC:rcx CPUMCPU pointer241 ; @param pCPUMCPU x86:[esp+4] gcc:rdi msc:rcx CPUMCPU pointer 242 242 ; 243 243 align 16 … … 310 310 ; 311 311 ; @returns 0 312 ; @param pCPUMCPU x86:[esp+4] GCC:rdi MSC:rcx CPUMCPU pointer312 ; @param pCPUMCPU x86:[esp+4] gcc:rdi msc:rcx CPUMCPU pointer 313 313 ; 314 314 align 16 -
trunk/src/VBox/VMM/VMMR0/CPUMR0UnusedA.asm
r44528 r50661 48 48 ; Restores the guest's FPU/XMM state 49 49 ; 50 ; @param pCtx x86:[esp+4] GCC:rdi MSC:rcx CPUMCTX pointer50 ; @param pCtx x86:[esp+4] gcc:rdi msc:rcx CPUMCTX pointer 51 51 ; 52 52 ; @remarks Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code. … … 92 92 ; Restores the guest's FPU/XMM state 93 93 ; 94 ; @param pCtx x86:[esp+4] GCC:rdi MSC:rcx CPUMCTX pointer94 ; @param pCtx x86:[esp+4] gcc:rdi msc:rcx CPUMCTX pointer 95 95 ; 96 96 ; @remarks Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code. … … 135 135 ; Restores the guest's XMM state 136 136 ; 137 ; @param pCtx x86:[esp+4] GCC:rdi MSC:rcx CPUMCTX pointer137 ; @param pCtx x86:[esp+4] gcc:rdi msc:rcx CPUMCTX pointer 138 138 ; 139 139 ; @remarks Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code. … … 221 221 ; Restores the guest's XMM state 222 222 ; 223 ; @param pCtx x86:[esp+4] GCC:rdi MSC:rcx CPUMCTX pointer223 ; @param pCtx x86:[esp+4] gcc:rdi msc:rcx CPUMCTX pointer 224 224 ; 225 225 ; @remarks Used by the disabled CPUM_CAN_HANDLE_NM_TRAPS_IN_KERNEL_MODE code. … … 309 309 ; Set the FPU control word; clearing exceptions first 310 310 ; 311 ; @param u16FCW x86:[esp+4] GCC:rdi MSC:rcx New FPU control word311 ; @param u16FCW x86:[esp+4] gcc:rdi msc:rcx New FPU control word 312 312 align 16 313 313 BEGINPROC cpumR0SetFCW … … 343 343 ; Set the MXCSR; 344 344 ; 345 ; @param u32MXCSR x86:[esp+4] GCC:rdi MSC:rcx New MXCSR345 ; @param u32MXCSR x86:[esp+4] gcc:rdi msc:rcx New MXCSR 346 346 align 16 347 347 BEGINPROC cpumR0SetMXCSR
Note:
See TracChangeset
for help on using the changeset viewer.