diff options
| author | Hrutvik Kanabar <hrutvik@google.com> | 2022-08-25 09:38:34 +0000 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2022-08-29 15:51:31 +0200 |
| commit | 727ac763d13e356f3721f6d2078ef37be8954dad (patch) | |
| tree | 18e7888fd90a6f04cd016fef4525ac030ff0e54e /sys/linux/dev_dma_heap.txt.const | |
| parent | 363c3551126ea6554d0020736dbf0d407843d22f (diff) | |
sys/linux: add `dma-heap` syscall
Update google#533.
See https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/dma-heap.h.
Diffstat (limited to 'sys/linux/dev_dma_heap.txt.const')
| -rw-r--r-- | sys/linux/dev_dma_heap.txt.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/linux/dev_dma_heap.txt.const b/sys/linux/dev_dma_heap.txt.const new file mode 100644 index 000000000..cc37b9e5b --- /dev/null +++ b/sys/linux/dev_dma_heap.txt.const @@ -0,0 +1,10 @@ +# Code generated by syz-sysgen. DO NOT EDIT. +arches = 386, amd64, arm, arm64, mips64le, ppc64le, riscv64, s390x +AT_FDCWD = 18446744073709551516 +DMA_HEAP_IOCTL_ALLOC = 3222816768 +O_CLOEXEC = 524288 +O_RDONLY = 0 +O_RDWR = 2 +O_WRONLY = 1 +__NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 +__NR_openat = 56, 386:295, amd64:257, arm:322, mips64le:5247, ppc64le:286, s390x:288 |
