syzkaller/sys/linux/dev_video4linux_vim2m_s390x.const
Alexander Egorenkov aea82c003a sys/linux: first 64bit big-endian architecture s390x
* mmap syscall is special on Linux s390x because
  the parameters for this syscall are passed as a struct
  on user stack instead of registers.
* Introduce the SyscallTrampolines table into targets.Target
  to address the above problem.
* There is a bug in Linux kernel s390x which causes QEMU TCG
  to hang when KASAN is enabled. The bug has been fixed
  in the forthcoming Linux 5.8 version. Until then do not enable
  KASAN when using QEMU TCG, QEMU KVM shall have no problems with
  KASAN.

Signed-off-by: Alexander Egorenkov <Alexander.Egorenkov@ibm.com>
2020-06-25 23:08:45 +02:00

23 lines
590 B
Plaintext

# AUTOGENERATED FILE
AT_FDCWD = 18446744073709551516
O_RDWR = 2
V4L2_BUF_TYPE_VIDEO_CAPTURE = 1
V4L2_BUF_TYPE_VIDEO_OUTPUT = 2
VIDIOC_CREATE_BUFS = 3238024796
VIDIOC_DQBUF = 3227014673
VIDIOC_ENUM_FMT = 3225441794
VIDIOC_ENUM_FRAMESIZES = 3224131146
VIDIOC_EXPBUF = 3225441808
VIDIOC_G_FMT = 3234878980
VIDIOC_PREPARE_BUF = 3227014749
VIDIOC_QBUF = 3227014671
VIDIOC_QUERYBUF = 3227014665
VIDIOC_QUERYCAP = 2154321408
VIDIOC_REQBUFS = 3222558216
VIDIOC_STREAMON = 1074026002
VIDIOC_S_CTRL = 3221771804
VIDIOC_S_FMT = 3234878981
VIDIOC_TRY_FMT = 3234879040
__NR_ioctl = 54
__NR_openat = 288