Changeset 56290 in vbox for trunk/src/VBox/Runtime/common/asm
- Timestamp:
- Jun 9, 2015 2:01:31 PM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/common/asm
- Files:
-
- 27 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgExU64.asm
r50660 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU64.asm
r50660 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicCmpXchgU8.asm
r44528 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicReadU64.asm
r44528 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoAndU32.asm
r51143 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoAndU64.asm
r50840 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoDecU32.asm
r52345 r56290 5 5 6 6 ; 7 ; Copyright (C) 2014 Oracle Corporation7 ; Copyright (C) 2014-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoIncU32.asm
r52345 r56290 5 5 6 6 ; 7 ; Copyright (C) 2014 Oracle Corporation7 ; Copyright (C) 2014-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm
r51143 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoOrU64.asm
r49724 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicUoReadU64.asm
r28800 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMAtomicXchgU64.asm
r33540 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm
r50658 r56290 5 5 6 6 ; 7 ; Copyright (C) 2012-201 3Oracle Corporation7 ; Copyright (C) 2012-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm
r50660 r56290 5 5 6 6 ; 7 ; Copyright (C) 2012-201 3Oracle Corporation7 ; Copyright (C) 2012-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetGDTR.asm
r46941 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 3Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetIDTR.asm
r46941 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 3Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetLDTR.asm
r46941 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 3Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetSegAttr.asm
r48992 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMGetTR.asm
r46941 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 3Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm
r52454 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMMultU64ByU32DivByU32.asm
r46941 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 0Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMNopPause.asm
r44529 r56290 5 5 6 6 ; 7 ; Copyright (C) 2009-201 0Oracle Corporation7 ; Copyright (C) 2009-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMRdMsrEx.asm
r49848 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetGDTR.asm
r50424 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 4Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMSetIDTR.asm
r50424 r56290 5 5 6 6 ; 7 ; Copyright (C) 2006-201 4Oracle Corporation7 ; Copyright (C) 2006-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/ASMWrMsrEx.asm
r49848 r56290 5 5 6 6 ; 7 ; Copyright (C) 2013 Oracle Corporation7 ; Copyright (C) 2013-2015 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/common/asm/asm-fake.cpp
r51883 r56290 5 5 6 6 /* 7 * Copyright (C) 2010-201 2Oracle Corporation7 * Copyright (C) 2010-2015 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.