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

asm-prototypes.h (211B)


      1extern int __divsi3(int, int);
      2extern int __modsi3(int, int);
      3extern int __mulsi3(int, int);
      4extern unsigned int __udivsi3(unsigned int, unsigned int);
      5extern unsigned int __umodsi3(unsigned int, unsigned int);