• jfb's avatar
    Security: disable nontemporals. · a904b569
    jfb authored
    The operations were available on ARM64 and x86-32 but were unused.
    
    It has been conjectured that nontemporals can be used for rowhammer-like bitflips more easily than regular load/store operations. It is therefore desirable to avoid generating these instructions in the future.
    
    R= titzer, jochen, jln, Mark Seaborn, ruiq
    
    Review URL: https://codereview.chromium.org/1276113002
    
    Cr-Commit-Position: refs/heads/master@{#30139}
    a904b569
instrument-arm64.cc 13.9 KB