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

vexpress.h (126B)


      1bool vexpress_smp_init_ops(void);
      2void vexpress_flags_set(u32 data);
      3
      4extern const struct smp_operations vexpress_smp_dt_ops;