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

if000a.h (318B)


      1#ifndef __NVIF_IF000A_H__
      2#define __NVIF_IF000A_H__
      3struct nvif_mem_v0 {
      4	__u8  version;
      5	__u8  type;
      6	__u8  page;
      7	__u8  pad03[5];
      8	__u64 size;
      9	__u64 addr;
     10	__u8  data[];
     11};
     12
     13struct nvif_mem_ram_vn {
     14};
     15
     16struct nvif_mem_ram_v0 {
     17	__u8  version;
     18	__u8  pad01[7];
     19	dma_addr_t *dma;
     20	struct scatterlist *sgl;
     21};
     22#endif