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

layer1.h (342B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 *
      4 * Layer 1 defines
      5 *
      6 * Copyright 2008  by Karsten Keil <kkeil@novell.com>
      7 */
      8
      9#define FLG_L1_ACTIVATING	1
     10#define FLG_L1_ACTIVATED	2
     11#define FLG_L1_DEACTTIMER	3
     12#define FLG_L1_ACTTIMER		4
     13#define FLG_L1_T3RUN		5
     14#define FLG_L1_PULL_REQ		6
     15#define FLG_L1_UINT		7
     16#define FLG_L1_DBLOCKED		8