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
smt.h (57B)
1
#ifndef SMT_H
2
#define SMT_H 1
3
4
int smt_on(void);
5
6
#endif