cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

sh7750_regnames.h (121B)


      1#ifndef SH7750_REGNAMES_H
      2#define SH7750_REGNAMES_H
      3
      4const char *regname(uint32_t addr);
      5
      6#endif /* SH7750_REGNAMES_H */