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

gcc_intrin.h (368B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 *
      4 * Copyright (C) 2002,2003 Jun Nakajima <jun.nakajima@intel.com>
      5 * Copyright (C) 2002,2003 Suresh Siddha <suresh.b.siddha@intel.com>
      6 */
      7#ifndef _ASM_IA64_GCC_INTRIN_H
      8#define _ASM_IA64_GCC_INTRIN_H
      9
     10#include <uapi/asm/gcc_intrin.h>
     11
     12register unsigned long ia64_r13 asm ("r13") __used;
     13#endif /* _ASM_IA64_GCC_INTRIN_H */