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

if500d.h (305B)


      1#ifndef __NVIF_IF500D_H__
      2#define __NVIF_IF500D_H__
      3#include "if000c.h"
      4
      5struct nv50_vmm_vn {
      6	/* nvif_vmm_vX ... */
      7};
      8
      9struct nv50_vmm_map_vn {
     10	/* nvif_vmm_map_vX ... */
     11};
     12
     13struct nv50_vmm_map_v0 {
     14	/* nvif_vmm_map_vX ... */
     15	__u8  version;
     16	__u8  ro;
     17	__u8  priv;
     18	__u8  kind;
     19	__u8  comp;
     20};
     21#endif