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

25 lines
474 B
Plaintext

# AUTOGENERATED FILE
I2C_FUNCS = 1797
I2C_MAX_BLOCK_1 = 33
I2C_MAX_BLOCK_2 = 34
I2C_M_DMA_SAFE = 512
I2C_M_IGNORE_NAK = 4096
I2C_M_NOSTART = 16384
I2C_M_NO_RD_ACK = 2048
I2C_M_RD = 1
I2C_M_RECV_LEN = 1024
I2C_M_REV_DIR_ADDR = 8192
I2C_M_STOP = 32768
I2C_M_TEN = 16
I2C_PEC = 1800
I2C_RDWR = 1799
I2C_RETRIES = 1793
I2C_SLAVE = 1795
I2C_SLAVE_FORCE = 1798
I2C_SMBUS = 1824
I2C_SMBUS_I2C_BLOCK_DATA = 8
I2C_SMBUS_QUICK = 0
I2C_TENBIT = 1796
I2C_TIMEOUT = 1794
__NR_ioctl = 54