Changeset 28800 in vbox for trunk/src/VBox/Runtime/win/amd64
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/win/amd64
- Files:
-
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/win/amd64/ASMAtomicBitClear.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicBitTestAndToggle.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicBitToggle.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicReadU64.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicXchgU16.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMAtomicXchgU8.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMBitFirstClear.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMBitFirstSet.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetCS.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR0.asm
r12120 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR1.asm
r12120 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR2.asm
r12120 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR3.asm
r12120 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR6.asm
r12120 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDR7.asm
r12120 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetDS.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetES.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetFS.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetFlags.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetGDTR.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetGS.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetIDTR.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMGetSS.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26 ;******************************************************************************* -
trunk/src/VBox/Runtime/win/amd64/ASMGetTR.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMProbeReadByte.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 22 22 ; You may elect to license modified versions of this file under the 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 ;25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 24 ; 29 25 -
trunk/src/VBox/Runtime/win/amd64/ASMSetFlags.asm
r8255 r28800 4 4 5 5 ; 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa26 ; Clara, CA 95054 USA or visit http://www.sun.com if you need27 ; additional information or have any questions.28 ;29 25 30 26
Note:
See TracChangeset
for help on using the changeset viewer.