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

unwind.h (213B)


      1#ifndef _ASM_UML_UNWIND_H
      2#define _ASM_UML_UNWIND_H
      3
      4static inline void
      5unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size,
      6		   void *orc, size_t orc_size) {}
      7
      8#endif /* _ASM_UML_UNWIND_H */