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

cpu-feature-overrides.h (682B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2#ifndef __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H
      3#define __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H
      4
      5#define cpu_has_llsc	1
      6#define cpu_has_64bits	1
      7#define cpu_has_inclusive_pcaches	0
      8
      9#define cpu_has_mips16		0
     10#define cpu_has_mips16e2	0
     11#define cpu_has_mdmx		0
     12#define cpu_has_mips3d		0
     13#define cpu_has_smartmips	0
     14#define cpu_has_vtag_icache	0
     15#define cpu_has_ic_fills_f_dc	0
     16#define cpu_has_dsp	0
     17#define cpu_has_dsp2		0
     18#define cpu_has_mipsmt	0
     19#define cpu_has_userlocal	0
     20
     21#define cpu_has_mips32r1	0
     22#define cpu_has_mips32r2	0
     23#define cpu_has_mips64r1	0
     24#define cpu_has_mips64r2	0
     25
     26#endif /* __ASM_MACH_TX49XX_CPU_FEATURE_OVERRIDES_H */