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

os.h (202B)


      1/* SPDX-License-Identifier: MIT */
      2#ifndef __NVKM_GRAPH_OS_H__
      3#define __NVKM_GRAPH_OS_H__
      4
      5#define E_BAD_COMMAND  0x00000001
      6#define E_CMD_OVERFLOW 0x00000002
      7#define E_BAD_FWMTHD   0x00000003
      8
      9#endif