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 (400B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#include <asm/ftrace.h>
      3#include <linux/uaccess.h>
      4#include <linux/pgtable.h>
      5#include <asm/string.h>
      6#include <asm/page.h>
      7#include <asm/checksum.h>
      8#include <asm/mce.h>
      9
     10#include <asm-generic/asm-prototypes.h>
     11
     12#include <asm/special_insns.h>
     13#include <asm/preempt.h>
     14#include <asm/asm.h>
     15
     16#ifndef CONFIG_X86_CMPXCHG64
     17extern void cmpxchg8b_emu(void);
     18#endif
     19