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

lockdep_states.h (207B)


      1/*
      2 * Lockdep states,
      3 *
      4 * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
      5 * you add one, or come up with a nice dynamic solution.
      6 */
      7LOCKDEP_STATE(HARDIRQ)
      8LOCKDEP_STATE(SOFTIRQ)