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

if500b.h (333B)


      1#ifndef __NVIF_IF500B_H__
      2#define __NVIF_IF500B_H__
      3#include "if000a.h"
      4
      5struct nv50_mem_vn {
      6	/* nvif_mem_vX ... */
      7};
      8
      9struct nv50_mem_v0 {
     10	/* nvif_mem_vX ... */
     11	__u8  version;
     12	__u8  bankswz;
     13	__u8  contig;
     14};
     15
     16struct nv50_mem_map_vn {
     17};
     18
     19struct nv50_mem_map_v0 {
     20	__u8  version;
     21	__u8  ro;
     22	__u8  kind;
     23	__u8  comp;
     24};
     25#endif