cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

andnot (174B)


      1cat <<EOF
      2static __always_inline ${ret}
      3arch_${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
      4{
      5	${retstmt}arch_${atomic}_${pfx}and${sfx}${order}(~i, v);
      6}
      7EOF