Skip to content

Commit

Permalink
Add various debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
derpsteb committed Jan 13, 2024
1 parent 61a2738 commit 227ddd3
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 442 deletions.
6 changes: 6 additions & 0 deletions pkg/abi/nvgpu/classes.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ type NV_CHANNEL_ALLOC_PARAMS struct {
ECCErrorNotifierMem NV_MEMORY_DESC_PARAMS
ProcessID uint32
SubProcessID uint32
// IV used for CPU-side encryption / GPU-side decryption.
EncryptIv [3]uint32
// IV used for CPU-side decryption / GPU-side encryption.
DecryptIv [3]uint32
// Nonce used CPU-side signing / GPU-side signature verification.
HmacNonce [8]uint32
}

// NVB0B5_ALLOCATION_PARAMETERS is the alloc param type for TURING_DMA_COPY_A,
Expand Down
Loading

0 comments on commit 227ddd3

Please sign in to comment.