VirtualBox

Changeset 1153 in vbox


Ignore:
Timestamp:
Mar 2, 2007 1:28:32 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19056
Message:

Experiment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMA.asm

    r1152 r1153  
    13221322;
    13231323; @note NEVER change this without bumping the SSM version
    1324 align 16
     1324align 32
    13251325BEGINPROC   PATMIretFunction
    13261326PATMIretFunction_Start:
     
    14001400
    14011401
    1402 align 16 ; yasm / nasm diff - remove me!
     1402align 32 ; yasm / nasm diff - remove me!
    14031403BEGINPROC   PATMCpuidReplacement
    14041404PATMCpuidStart:
     
    14071407
    14081408    cmp     eax, PATM_CPUID_STD_MAX
    1409     jb      cpuid_std
     1409    jb      short cpuid_std
    14101410    cmp     eax, 0x80000000
    1411     jb      cpuid_def
     1411    jb      short cpuid_def
    14121412    cmp     eax, PATM_CPUID_EXT_MAX
    1413     jb      cpuid_ext
     1413    jb      short cpuid_ext
    14141414
    14151415cpuid_def:
     
    15021502    DD      0ffffffffh
    15031503
    1504 align 16; yasm / nasm diffing. remove me!
     1504align 32; yasm / nasm diffing. remove me!
    15051505BEGINPROC   PATMLoopReplacement
    15061506PATMLoopStart:
     
    16211621    DD      0ffffffffh
    16221622
    1623 align 16
     1623align 32
    16241624; Global patch function for indirect calls
    16251625; Caller is responsible for clearing PATM_INTERRUPTFLAG and doing:
     
    17751775
    17761776
    1777 align 16
     1777align 32
    17781778; Global patch function for indirect jumps
    17791779; Caller is responsible for clearing PATM_INTERRUPTFLAG and doing:
     
    18781878
    18791879
    1880 align 16
     1880align 32
    18811881; Patch function for static calls
    18821882; @note static calls have only one lookup slot!
     
    19351935
    19361936
    1937 align 16
     1937align 32
    19381938; Patch function for indirect calls
    19391939; Caller is responsible for clearing PATM_INTERRUPTFLAG and adding:
     
    19911991
    19921992
    1993 align 16
     1993align 32
    19941994; Patch function for indirect jumps
    19951995; Caller is responsible for clearing PATM_INTERRUPTFLAG and adding:
     
    20542054; return from duplicated function
    20552055;
    2056 align 16
     2056align 32
    20572057BEGINPROC   PATMRet
    20582058PATMRet_Start:
     
    21302130;
    21312131; @note NEVER change this without bumping the SSM version
    2132 align 16
     2132align 32
    21332133BEGINPROC   PATMRetFunction
    21342134PATMRetFunction_Start:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette