From abdf9b3bbffdc55f63021393df30df4ff7a446cf Mon Sep 17 00:00:00 2001 From: Christoph Paasch Date: Tue, 22 Aug 2023 09:18:31 -0700 Subject: sys/linux: add more coverage for MPTCP New netlink command has been added to MPTCP as well as a few getsockopt. Add the necessary syskaller instructions. --- sys/linux/dev_msm.txt.const | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'sys/linux/dev_msm.txt.const') diff --git a/sys/linux/dev_msm.txt.const b/sys/linux/dev_msm.txt.const index c621e35e9..04bc55762 100644 --- a/sys/linux/dev_msm.txt.const +++ b/sys/linux/dev_msm.txt.const @@ -8,7 +8,7 @@ DRM_IOCTL_MSM_GEM_MADVISE = 3222037576 DRM_IOCTL_MSM_GEM_NEW = 3222299714 DRM_IOCTL_MSM_GEM_SUBMIT = 3225969734 DRM_IOCTL_MSM_GET_PARAM = 3222824000 -DRM_IOCTL_MSM_SET_PARAM = 3222824001 +DRM_IOCTL_MSM_SET_PARAM = 1075340353, mips64le:ppc64le:2149082177 DRM_IOCTL_MSM_SUBMITQUEUE_CLOSE = 1074029643, mips64le:ppc64le:2147771467 DRM_IOCTL_MSM_SUBMITQUEUE_NEW = 3222037578 DRM_IOCTL_MSM_SUBMITQUEUE_QUERY = 1075340364, mips64le:ppc64le:2149082188 @@ -22,30 +22,31 @@ MSM_BO_WC = 131072 MSM_INFO_GET_IOVA = 1 MSM_INFO_GET_NAME = 3 MSM_INFO_GET_OFFSET = 0 -MSM_INFO_SET_NAME = 2 MSM_INFO_SET_IOVA = 4 +MSM_INFO_SET_NAME = 2 MSM_MADV_DONTNEED = 1 MSM_MADV_WILLNEED = 0 MSM_PARAM_CHIP_ID = 3 +MSM_PARAM_CMDLINE = 13 +MSM_PARAM_COMM = 12 MSM_PARAM_FAULTS = 9 MSM_PARAM_GMEM_BASE = 6 -MSM_PARAM_PRIORITIES = 7 MSM_PARAM_GMEM_SIZE = 2 MSM_PARAM_GPU_ID = 1 MSM_PARAM_MAX_FREQ = 4 MSM_PARAM_NR_RINGS = 7 MSM_PARAM_PP_PGTABLE = 8 +MSM_PARAM_PRIORITIES = 7 MSM_PARAM_SUSPENDS = 10 MSM_PARAM_SYSPROF = 11 -MSM_PARAM_COMM = 12 -MSM_PARAM_CMDLINE = 13 -MSM_PARAM_VA_START = 14 -MSM_PARAM_VA_SIZE = 15 MSM_PARAM_TIMESTAMP = 5 +MSM_PARAM_VA_SIZE = 15 +MSM_PARAM_VA_START = 14 MSM_PIPE_2D0 = 1 MSM_PIPE_2D1 = 2 MSM_PIPE_3D0 = 16 MSM_PIPE_NONE = 0 +MSM_PREP_BOOST = 8 MSM_PREP_NOSYNC = 4 MSM_PREP_READ = 1 MSM_PREP_WRITE = 2 @@ -59,13 +60,13 @@ MSM_SUBMIT_CMD_CTX_RESTORE_BUF = 3 MSM_SUBMIT_CMD_IB_TARGET_BUF = 2 MSM_SUBMIT_FENCE_FD_IN = 1073741824 MSM_SUBMIT_FENCE_FD_OUT = 536870912 +MSM_SUBMIT_FENCE_SN_IN = 33554432 MSM_SUBMIT_NO_IMPLICIT = 2147483648 MSM_SUBMIT_SUDO = 268435456 -MSM_WAIT_FENCE_BOOST = 1 -MSM_SUBMIT_FENCE_SN_IN = 33554432 MSM_SUBMIT_SYNCOBJ_IN = 134217728 MSM_SUBMIT_SYNCOBJ_OUT = 67108864 MSM_SUBMIT_SYNCOBJ_RESET = 1 +MSM_WAIT_FENCE_BOOST = 1 __MSM_MADV_PURGED = 2 __NR_ioctl = 54, amd64:16, arm64:riscv64:29, mips64le:5015 __NR_mmap = 90, 386:arm:192, amd64:9, arm64:riscv64:222, mips64le:5009 -- cgit mrf-deployment