syzkaller/sys/linux/dev_usb_hiddev_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

33 lines
830 B
Plaintext

# AUTOGENERATED FILE
HIDDEV_FLAGS = 3
HIDDEV_FLAG_REPORT = 2
HIDDEV_FLAG_UREF = 1
HIDIOCAPPLICATION = 18434
HIDIOCGCOLLECTIONINDEX = 1075333136
HIDIOCGCOLLECTIONINFO = 3222292497
HIDIOCGDEVINFO = 2149337091
HIDIOCGFIELDINFO = 3224913930
HIDIOCGFLAG = 2147764238
HIDIOCGNAME64 = 2151696390
HIDIOCGPHYS64 = 2151696402
HIDIOCGREPORT = 1074546695
HIDIOCGREPORTINFO = 3222030345
HIDIOCGSTRING = 2164541444
HIDIOCGUCODE = 3222816781
HIDIOCGUSAGE = 3222816779
HIDIOCGUSAGES = 3491514387
HIDIOCGVERSION = 2147764225
HIDIOCINITREPORT = 18437
HIDIOCSFLAG = 1074022415
HIDIOCSREPORT = 1074546696
HIDIOCSUSAGE = 1075333132
HIDIOCSUSAGES = 1344030740
HID_MAX_MULTI_USAGES = 1024
HID_REPORT_ID_FIRST = 256
HID_REPORT_ID_NEXT = 512
HID_REPORT_ID_UNKNOWN = 4294967295
HID_REPORT_TYPE_MAX = 3
HID_REPORT_TYPE_MIN = 1
__NR_ioctl = 54
__NR_read = 3