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

compiler.h (419B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
      4 */
      5#ifndef _ASM_COMPILER_H
      6#define _ASM_COMPILER_H
      7
      8#define GCC_OFF_SMALL_ASM() "ZC"
      9
     10#define LOONGARCH_ISA_LEVEL "loongarch"
     11#define LOONGARCH_ISA_ARCH_LEVEL "arch=loongarch"
     12#define LOONGARCH_ISA_LEVEL_RAW loongarch
     13#define LOONGARCH_ISA_ARCH_LEVEL_RAW LOONGARCH_ISA_LEVEL_RAW
     14
     15#endif /* _ASM_COMPILER_H */