Home | History | Annotate | Download | only in s390
      1 /*
      2  * Copyright (c) 2000 IBM Deutschland Entwicklung GmbH, IBM Coporation
      3  * Copyright (c) 2000-2018 The strace developers.
      4  * Authors: Ulrich Weigand <Ulrich.Weigand (at) de.ibm.com>
      5  *          D.J. Barrow  <barrow_dj (at) mail.yahoo.com,djbarrow (at) de.ibm.com>
      6  * All rights reserved.
      7  *
      8  * Redistribution and use in source and binary forms, with or without
      9  * modification, are permitted provided that the following conditions
     10  * are met:
     11  * 1. Redistributions of source code must retain the above copyright
     12  *    notice, this list of conditions and the following disclaimer.
     13  * 2. Redistributions in binary form must reproduce the above copyright
     14  *    notice, this list of conditions and the following disclaimer in the
     15  *    documentation and/or other materials provided with the distribution.
     16  * 3. The name of the author may not be used to endorse or promote products
     17  *    derived from this software without specific prior written permission.
     18  *
     19  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
     20  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
     21  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
     22  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
     23  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
     24  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     25  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     26  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     27  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
     28  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     29  *
     30  */
     31 
     32 [  0] = {MA,	0,		SEN(setup),			"setup"			},
     33 [  1] = { 1,	TP|SE,		SEN(exit),			"exit"			},
     34 [  2] = { 0,	TP,		SEN(fork),			"fork"			},
     35 [  3] = { 3,	TD,		SEN(read),			"read"			},
     36 [  4] = { 3,	TD,		SEN(write),			"write"			},
     37 [  5] = { 3,	TD|TF,		SEN(open),			"open"			},
     38 [  6] = { 1,	TD,		SEN(close),			"close"			},
     39 [  7] = { 0,	0,		SEN(restart_syscall),		"restart_syscall"	},
     40 [  8] = { 2,	TD|TF,		SEN(creat),			"creat"			},
     41 [  9] = { 2,	TF,		SEN(link),			"link"			},
     42 [ 10] = { 1,	TF,		SEN(unlink),			"unlink"		},
     43 [ 11] = { 3,	TF|TP|SE|SI,	SEN(execve),			"execve"		},
     44 [ 12] = { 1,	TF,		SEN(chdir),			"chdir"			},
     45 [ 13] = { 1,	0,		SEN(time),			"time"			},
     46 [ 14] = { 3,	TF,		SEN(mknod),			"mknod"			},
     47 [ 15] = { 2,	TF,		SEN(chmod),			"chmod"			},
     48 [ 16] = { 3,	TF,		SEN(chown16),			"lchown"		},
     49 [ 17] = { },
     50 [ 18] = { },
     51 [ 19] = { 3,	TD,		SEN(lseek),			"lseek"			},
     52 [ 20] = { 0,	PU|NF,		SEN(getpid),			"getpid"		},
     53 [ 21] = { 5,	TF,		SEN(mount),			"mount"			},
     54 [ 22] = { 1,	TF,		SEN(umount),			"umount"		},
     55 [ 23] = { 1,	0,		SEN(setuid16),			"setuid"		},
     56 [ 24] = { 0,	PU|NF,		SEN(getuid16),			"getuid"		},
     57 [ 25] = { 1,	0,		SEN(stime),			"stime"			},
     58 [ 26] = { 4,	0,		SEN(ptrace),			"ptrace"		},
     59 [ 27] = { 1,	0,		SEN(alarm),			"alarm"			},
     60 [ 28] = { },
     61 [ 29] = { 0,	TS,		SEN(pause),			"pause"			},
     62 [ 30] = { 2,	TF,		SEN(utime),			"utime"			},
     63 [ 31] = { },
     64 [ 32] = { },
     65 [ 33] = { 2,	TF,		SEN(access),			"access"		},
     66 [ 34] = { 1,	0,		SEN(nice),			"nice"			},
     67 [ 35] = { },
     68 [ 36] = { 0,	0,		SEN(sync),			"sync"			},
     69 [ 37] = { 2,	TS,		SEN(kill),			"kill"			},
     70 [ 38] = { 2,	TF,		SEN(rename),			"rename"		},
     71 [ 39] = { 2,	TF,		SEN(mkdir),			"mkdir"			},
     72 [ 40] = { 1,	TF,		SEN(rmdir),			"rmdir"			},
     73 [ 41] = { 1,	TD,		SEN(dup),			"dup"			},
     74 [ 42] = { 1,	TD,		SEN(pipe),			"pipe"			},
     75 [ 43] = { 1,	0,		SEN(times),			"times"			},
     76 [ 44] = { },
     77 [ 45] = { 1,	TM|SI,		SEN(brk),			"brk"			},
     78 [ 46] = { 1,	0,		SEN(setgid16),			"setgid"		},
     79 [ 47] = { 0,	PU|NF,		SEN(getgid16),			"getgid"		},
     80 [ 48] = { 2,	TS,		SEN(signal),			"signal"		},
     81 [ 49] = { 0,	PU|NF,		SEN(geteuid16),			"geteuid"		},
     82 [ 50] = { 0,	PU|NF,		SEN(getegid16),			"getegid"		},
     83 [ 51] = { 1,	TF,		SEN(acct),			"acct"			},
     84 [ 52] = { 2,	TF,		SEN(umount2),			"umount2"		},
     85 [ 53] = { },
     86 [ 54] = { 3,	TD,		SEN(ioctl),			"ioctl"			},
     87 [ 55] = { 3,	TD,		SEN(fcntl),			"fcntl"			},
     88 [ 56] = { },
     89 [ 57] = { 2,	0,		SEN(setpgid),			"setpgid"		},
     90 [ 58] = { },
     91 [ 59] = { },
     92 [ 60] = { 1,	NF,		SEN(umask),			"umask"			},
     93 [ 61] = { 1,	TF,		SEN(chroot),			"chroot"		},
     94 [ 62] = { 2,	TSFA,		SEN(ustat),			"ustat"			},
     95 [ 63] = { 2,	TD,		SEN(dup2),			"dup2"			},
     96 [ 64] = { 0,	PU|NF,		SEN(getppid),			"getppid"		},
     97 [ 65] = { 0,	PU|NF,		SEN(getpgrp),			"getpgrp"		},
     98 [ 66] = { 0,	0,		SEN(setsid),			"setsid"		},
     99 [ 67] = { 3,	TS,		SEN(sigaction),			"sigaction"		},
    100 [ 68] = { },
    101 [ 69] = { },
    102 [ 70] = { 2,	0,		SEN(setreuid16),		"setreuid"		},
    103 [ 71] = { 2,	0,		SEN(setregid16),		"setregid"		},
    104 [ 72] = { 3,	TS,		SEN(sigsuspend),		"sigsuspend"		},
    105 [ 73] = { 1,	TS,		SEN(sigpending),		"sigpending"		},
    106 [ 74] = { 2,	0,		SEN(sethostname),		"sethostname"		},
    107 [ 75] = { 2,	0,		SEN(setrlimit),			"setrlimit"		},
    108 [ 76] = { 2,	0,		SEN(getrlimit),			"getrlimit"		},
    109 [ 77] = { 2,	0,		SEN(getrusage),			"getrusage"		},
    110 [ 78] = { 2,	0,		SEN(gettimeofday),		"gettimeofday"		},
    111 [ 79] = { 2,	0,		SEN(settimeofday),		"settimeofday"		},
    112 [ 80] = { 2,	0,		SEN(getgroups16),		"getgroups"		},
    113 [ 81] = { 2,	0,		SEN(setgroups16),		"setgroups"		},
    114 [ 82] = { },
    115 [ 83] = { 2,	TF,		SEN(symlink),			"symlink"		},
    116 [ 84] = { },
    117 [ 85] = { 3,	TF,		SEN(readlink),			"readlink"		},
    118 [ 86] = { 1,	TF,		SEN(uselib),			"uselib"		},
    119 [ 87] = { 2,	TF,		SEN(swapon),			"swapon"		},
    120 [ 88] = { 4,	0,		SEN(reboot),			"reboot"		},
    121 [ 89] = { 3,	TD,		SEN(readdir),			"readdir"		},
    122 [ 90] = { 1,	TD|TM|SI,	SEN(old_mmap),			"mmap"			},
    123 [ 91] = { 2,	TM|SI,		SEN(munmap),			"munmap"		},
    124 [ 92] = { 2,	TF,		SEN(truncate),			"truncate"		},
    125 [ 93] = { 2,	TD,		SEN(ftruncate),			"ftruncate"		},
    126 [ 94] = { 2,	TD,		SEN(fchmod),			"fchmod"		},
    127 [ 95] = { 3,	TD,		SEN(fchown16),			"fchown"		},
    128 [ 96] = { 2,	0,		SEN(getpriority),		"getpriority"		},
    129 [ 97] = { 3,	0,		SEN(setpriority),		"setpriority"		},
    130 [ 98] = { },
    131 [ 99] = { 2,	TF|TSF|TSFA,	SEN(statfs),			"statfs"		},
    132 [100] = { 2,	TD|TFSF|TSFA,	SEN(fstatfs),			"fstatfs"		},
    133 [101] = { 3,	0,		SEN(ioperm),			"ioperm"		},
    134 [102] = { 2,	TD,		SEN(socketcall),		"socketcall"		},
    135 [103] = { 3,	0,		SEN(syslog),			"syslog"		},
    136 [104] = { 3,	0,		SEN(setitimer),			"setitimer"		},
    137 [105] = { 2,	0,		SEN(getitimer),			"getitimer"		},
    138 [106] = { 2,	TF|TST|TSTA,	SEN(stat),			"stat"			},
    139 [107] = { 2,	TF|TLST|TSTA,	SEN(lstat),			"lstat"			},
    140 [108] = { 2,	TD|TFST|TSTA,	SEN(fstat),			"fstat"			},
    141 [109] = { },
    142 [110] = { 4,	0,		SEN(lookup_dcookie),		"lookup_dcookie"	},
    143 [111] = { 0,	0,		SEN(vhangup),			"vhangup"		},
    144 [112] = { 0,	0,		SEN(idle),			"idle"			},
    145 [113] = { },
    146 [114] = { 4,	TP,		SEN(wait4),			"wait4"			},
    147 [115] = { 1,	TF,		SEN(swapoff),			"swapoff"		},
    148 [116] = { 1,	0,		SEN(sysinfo),			"sysinfo"		},
    149 [117] = { 5,	TI,		SEN(ipc),			"ipc"			},
    150 [118] = { 1,	TD,		SEN(fsync),			"fsync"			},
    151 [119] = { 0,	TS,		SEN(sigreturn),			"sigreturn"		},
    152 [120] = { 5,	TP,		SEN(clone),			"clone"			},
    153 [121] = { 2,	0,		SEN(setdomainname),		"setdomainname"		},
    154 [122] = { 1,	0,		SEN(uname),			"uname"			},
    155 [123] = { },
    156 [124] = { 1,	0,		SEN(adjtimex),			"adjtimex"		},
    157 [125] = { 3,	TM|SI,		SEN(mprotect),			"mprotect"		},
    158 [126] = { 3,	TS,		SEN(sigprocmask),		"sigprocmask"		},
    159 [127] = { 2,	0,		SEN(create_module),		"create_module"		},
    160 [128] = { 3,	0,		SEN(init_module),		"init_module"		},
    161 [129] = { 2,	0,		SEN(delete_module),		"delete_module"		},
    162 [130] = { 1,	0,		SEN(get_kernel_syms),		"get_kernel_syms"	},
    163 [131] = { 4,	TF,		SEN(quotactl),			"quotactl"		},
    164 [132] = { 1,	0,		SEN(getpgid),			"getpgid"		},
    165 [133] = { 1,	TD,		SEN(fchdir),			"fchdir"		},
    166 [134] = { 2,	0,		SEN(bdflush),			"bdflush"		},
    167 [135] = { 3,	0,		SEN(sysfs),			"sysfs"			},
    168 [136] = { 1,	NF,		SEN(personality),		"personality"		},
    169 [137] = { 5,	0,		SEN(afs_syscall),		"afs_syscall"		},
    170 [138] = { 1,	NF,		SEN(setfsuid16),		"setfsuid"		},
    171 [139] = { 1,	NF,		SEN(setfsgid16),		"setfsgid"		},
    172 [140] = { 5,	TD,		SEN(llseek),			"_llseek"		},
    173 [141] = { 3,	TD,		SEN(getdents),			"getdents"		},
    174 [142] = { 5,	TD,		SEN(select),			"_newselect"		},
    175 [143] = { 2,	TD,		SEN(flock),			"flock"			},
    176 [144] = { 3,	TM,		SEN(msync),			"msync"			},
    177 [145] = { 3,	TD,		SEN(readv),			"readv"			},
    178 [146] = { 3,	TD,		SEN(writev),			"writev"		},
    179 [147] = { 1,	0,		SEN(getsid),			"getsid"		},
    180 [148] = { 1,	TD,		SEN(fdatasync),			"fdatasync"		},
    181 [149] = { 1,	0,		SEN(sysctl),			"_sysctl"		},
    182 [150] = { 2,	TM,		SEN(mlock),			"mlock"			},
    183 [151] = { 2,	TM,		SEN(munlock),			"munlock"		},
    184 [152] = { 1,	TM,		SEN(mlockall),			"mlockall"		},
    185 [153] = { 0,	TM,		SEN(munlockall),		"munlockall"		},
    186 [154] = { 2,	0,		SEN(sched_setparam),		"sched_setparam"	},
    187 [155] = { 2,	0,		SEN(sched_getparam),		"sched_getparam"	},
    188 [156] = { 3,	0,		SEN(sched_setscheduler),	"sched_setscheduler"	},
    189 [157] = { 1,	0,		SEN(sched_getscheduler),	"sched_getscheduler"	},
    190 [158] = { 0,	0,		SEN(sched_yield),		"sched_yield"		},
    191 [159] = { 1,	0,		SEN(sched_get_priority_max),	"sched_get_priority_max"},
    192 [160] = { 1,	0,		SEN(sched_get_priority_min),	"sched_get_priority_min"},
    193 [161] = { 2,	0,		SEN(sched_rr_get_interval),	"sched_rr_get_interval"	},
    194 [162] = { 2,	0,		SEN(nanosleep),			"nanosleep"		},
    195 [163] = { 5,	TM|SI,		SEN(mremap),			"mremap"		},
    196 [164] = { 3,	0,		SEN(setresuid16),		"setresuid"		},
    197 [165] = { 3,	0,		SEN(getresuid16),		"getresuid"		},
    198 [166] = { },
    199 [167] = { 5,	0,		SEN(query_module),		"query_module"		},
    200 [168] = { 3,	TD,		SEN(poll),			"poll"			},
    201 [169] = { 3,	0,		SEN(nfsservctl),		"nfsservctl"		},
    202 [170] = { 3,	0,		SEN(setresgid16),		"setresgid"		},
    203 [171] = { 3,	0,		SEN(getresgid16),		"getresgid"		},
    204 [172] = { 5,	0,		SEN(prctl),			"prctl"			},
    205 [173] = { 0,	TS,		SEN(rt_sigreturn),		"rt_sigreturn"		},
    206 [174] = { 4,	TS,		SEN(rt_sigaction),		"rt_sigaction"		},
    207 [175] = { 4,	TS,		SEN(rt_sigprocmask),		"rt_sigprocmask"	},
    208 [176] = { 2,	TS,		SEN(rt_sigpending),		"rt_sigpending"		},
    209 [177] = { 4,	TS,		SEN(rt_sigtimedwait),		"rt_sigtimedwait"	},
    210 [178] = { 3,	TS,		SEN(rt_sigqueueinfo),		"rt_sigqueueinfo"	},
    211 [179] = { 2,	TS,		SEN(rt_sigsuspend),		"rt_sigsuspend"		},
    212 [180] = { 5,	TD,		SEN(pread),			"pread64"		},
    213 [181] = { 5,	TD,		SEN(pwrite),			"pwrite64"		},
    214 [182] = { 3,	TF,		SEN(chown16),			"chown"			},
    215 [183] = { 2,	TF,		SEN(getcwd),			"getcwd"		},
    216 [184] = { 2,	0,		SEN(capget),			"capget"		},
    217 [185] = { 2,	0,		SEN(capset),			"capset"		},
    218 [186] = { 2,	TS,		SEN(sigaltstack),		"sigaltstack"		},
    219 [187] = { 4,	TD|TN,		SEN(sendfile),			"sendfile"		},
    220 [188] = { 5,	TN,		SEN(getpmsg),			"getpmsg"		},
    221 [189] = { 5,	TN,		SEN(putpmsg),			"putpmsg"		},
    222 [190] = { 0,	TP,		SEN(vfork),			"vfork"			},
    223 [191] = { 2,	0,		SEN(getrlimit),			"ugetrlimit"		},
    224 [192] = { 1,	TD|TM|SI,	SEN(old_mmap_pgoff),		"mmap2"			},
    225 [193] = { 3,	TF,		SEN(truncate64),		"truncate64"		},
    226 [194] = { 3,	TD,		SEN(ftruncate64),		"ftruncate64"		},
    227 [195] = { 2,	TF|TST|TSTA,	SEN(stat64),			"stat64"		},
    228 [196] = { 2,	TF|TLST|TSTA,	SEN(lstat64),			"lstat64"		},
    229 [197] = { 2,	TD|TFST|TSTA,	SEN(fstat64),			"fstat64"		},
    230 [198] = { 3,	TF,		SEN(chown),			"lchown32"		},
    231 [199] = { 0,	PU|NF,		SEN(getuid),			"getuid32"		},
    232 [200] = { 0,	PU|NF,		SEN(getgid),			"getgid32"		},
    233 [201] = { 0,	PU|NF,		SEN(geteuid),			"geteuid32"		},
    234 [202] = { 0,	PU|NF,		SEN(getegid),			"getegid32"		},
    235 [203] = { 2,	0,		SEN(setreuid),			"setreuid32"		},
    236 [204] = { 2,	0,		SEN(setregid),			"setregid32"		},
    237 [205] = { 2,	0,		SEN(getgroups),			"getgroups32"		},
    238 [206] = { 2,	0,		SEN(setgroups),			"setgroups32"		},
    239 [207] = { 3,	TD,		SEN(fchown),			"fchown32"		},
    240 [208] = { 3,	0,		SEN(setresuid),			"setresuid32"		},
    241 [209] = { 3,	0,		SEN(getresuid),			"getresuid32"		},
    242 [210] = { 3,	0,		SEN(setresgid),			"setresgid32"		},
    243 [211] = { 3,	0,		SEN(getresgid),			"getresgid32"		},
    244 [212] = { 3,	TF,		SEN(chown),			"chown32"		},
    245 [213] = { 1,	0,		SEN(setuid),			"setuid32"		},
    246 [214] = { 1,	0,		SEN(setgid),			"setgid32"		},
    247 [215] = { 1,	NF,		SEN(setfsuid),			"setfsuid32"		},
    248 [216] = { 1,	NF,		SEN(setfsgid),			"setfsgid32"		},
    249 [217] = { 2,	TF,		SEN(pivotroot),			"pivot_root"		},
    250 [218] = { 3,	TM,		SEN(mincore),			"mincore"		},
    251 [219] = { 3,	TM,		SEN(madvise),			"madvise"		},
    252 [220] = { 3,	TD,		SEN(getdents64),		"getdents64"		},
    253 [221] = { 3,	TD,		SEN(fcntl64),			"fcntl64"		},
    254 [222] = { 4,	TD,		SEN(readahead),			"readahead"		},
    255 [223] = { 4,	TD|TN,		SEN(sendfile64),		"sendfile64"		},
    256 [224] = { 5,	TF,		SEN(setxattr),			"setxattr"		},
    257 [225] = { 5,	TF,		SEN(setxattr),			"lsetxattr"		},
    258 [226] = { 5,	TD,		SEN(fsetxattr),			"fsetxattr"		},
    259 [227] = { 4,	TF,		SEN(getxattr),			"getxattr"		},
    260 [228] = { 4,	TF,		SEN(getxattr),			"lgetxattr"		},
    261 [229] = { 4,	TD,		SEN(fgetxattr),			"fgetxattr"		},
    262 [230] = { 3,	TF,		SEN(listxattr),			"listxattr"		},
    263 [231] = { 3,	TF,		SEN(listxattr),			"llistxattr"		},
    264 [232] = { 3,	TD,		SEN(flistxattr),		"flistxattr"		},
    265 [233] = { 2,	TF,		SEN(removexattr),		"removexattr"		},
    266 [234] = { 2,	TF,		SEN(removexattr),		"lremovexattr"		},
    267 [235] = { 2,	TD,		SEN(fremovexattr),		"fremovexattr"		},
    268 [236] = { 0,	PU|NF,		SEN(gettid),			"gettid"		},
    269 [237] = { 2,	TS,		SEN(kill),			"tkill"			},
    270 [238] = { 6,	0,		SEN(futex),			"futex"			},
    271 [239] = { 3,	0,		SEN(sched_setaffinity),		"sched_setaffinity"	},
    272 [240] = { 3,	0,		SEN(sched_getaffinity),		"sched_getaffinity"	},
    273 [241] = { 3,	TS,		SEN(tgkill),			"tgkill"		},
    274 [242] = { },
    275 [243] = { 2,	TM,		SEN(io_setup),			"io_setup"		},
    276 [244] = { 1,	TM,		SEN(io_destroy),		"io_destroy"		},
    277 [245] = { 5,	0,		SEN(io_getevents),		"io_getevents"		},
    278 [246] = { 3,	0,		SEN(io_submit),			"io_submit"		},
    279 [247] = { 3,	0,		SEN(io_cancel),			"io_cancel"		},
    280 [248] = { 1,	TP|SE,		SEN(exit),			"exit_group"		},
    281 [249] = { 1,	TD,		SEN(epoll_create),		"epoll_create"		},
    282 [250] = { 4,	TD,		SEN(epoll_ctl),			"epoll_ctl"		},
    283 [251] = { 4,	TD,		SEN(epoll_wait),		"epoll_wait"		},
    284 [252] = { 1,	0,		SEN(set_tid_address),		"set_tid_address"	},
    285 [253] = { 5,	TD,		SEN(fadvise64),			"fadvise64"		},
    286 [254] = { 3,	0,		SEN(timer_create),		"timer_create"		},
    287 [255] = { 4,	0,		SEN(timer_settime),		"timer_settime"		},
    288 [256] = { 2,	0,		SEN(timer_gettime),		"timer_gettime"		},
    289 [257] = { 1,	0,		SEN(timer_getoverrun),		"timer_getoverrun"	},
    290 [258] = { 1,	0,		SEN(timer_delete),		"timer_delete"		},
    291 [259] = { 2,	0,		SEN(clock_settime),		"clock_settime"		},
    292 [260] = { 2,	0,		SEN(clock_gettime),		"clock_gettime"		},
    293 [261] = { 2,	0,		SEN(clock_getres),		"clock_getres"		},
    294 [262] = { 4,	0,		SEN(clock_nanosleep),		"clock_nanosleep"	},
    295 [263] = { 5,	0,		SEN(vserver),			"vserver"		},
    296 [264] = { 6,	TD,		SEN(fadvise64_64),		"fadvise64_64"		},
    297 [265] = { 3,	TF|TSF|TSFA,	SEN(statfs64),			"statfs64"		},
    298 [266] = { 3,	TD|TFSF|TSFA,	SEN(fstatfs64),			"fstatfs64"		},
    299 [267] = { 5,	TM|SI,		SEN(remap_file_pages),		"remap_file_pages"	},
    300 [268] = { 6,	TM,		SEN(mbind),			"mbind"			},
    301 [269] = { 5,	TM,		SEN(get_mempolicy),		"get_mempolicy"		},
    302 [270] = { 3,	TM,		SEN(set_mempolicy),		"set_mempolicy"		},
    303 [271] = { 4,	TD,		SEN(mq_open),			"mq_open"		},
    304 [272] = { 1,	0,		SEN(mq_unlink),			"mq_unlink"		},
    305 [273] = { 5,	TD,		SEN(mq_timedsend),		"mq_timedsend"		},
    306 [274] = { 5,	TD,		SEN(mq_timedreceive),		"mq_timedreceive"	},
    307 [275] = { 2,	TD,		SEN(mq_notify),			"mq_notify"		},
    308 [276] = { 3,	TD,		SEN(mq_getsetattr),		"mq_getsetattr"		},
    309 [277] = { 4,	0,		SEN(kexec_load),		"kexec_load"		},
    310 [278] = { 5,	0,		SEN(add_key),			"add_key"		},
    311 [279] = { 4,	0,		SEN(request_key),		"request_key"		},
    312 [280] = { 5,	0,		SEN(keyctl),			"keyctl"		},
    313 [281] = { 5,	TP,		SEN(waitid),			"waitid"		},
    314 [282] = { 3,	0,		SEN(ioprio_set),		"ioprio_set"		},
    315 [283] = { 2,	0,		SEN(ioprio_get),		"ioprio_get"		},
    316 [284] = { 0,	TD,		SEN(inotify_init),		"inotify_init"		},
    317 [285] = { 3,	TD|TF,		SEN(inotify_add_watch),		"inotify_add_watch"	},
    318 [286] = { 2,	TD,		SEN(inotify_rm_watch),		"inotify_rm_watch"	},
    319 [287] = { 4,	TM,		SEN(migrate_pages),		"migrate_pages"		},
    320 [288] = { 4,	TD|TF,		SEN(openat),			"openat"		},
    321 [289] = { 3,	TD|TF,		SEN(mkdirat),			"mkdirat"		},
    322 [290] = { 4,	TD|TF,		SEN(mknodat),			"mknodat"		},
    323 [291] = { 5,	TD|TF,		SEN(fchownat),			"fchownat"		},
    324 [292] = { 3,	TD|TF,		SEN(futimesat),			"futimesat"		},
    325 [293] = { 4,	TD|TF|TFST|TSTA,SEN(fstatat64),			"fstatat64"		},
    326 [294] = { 3,	TD|TF,		SEN(unlinkat),			"unlinkat"		},
    327 [295] = { 4,	TD|TF,		SEN(renameat),			"renameat"		},
    328 [296] = { 5,	TD|TF,		SEN(linkat),			"linkat"		},
    329 [297] = { 3,	TD|TF,		SEN(symlinkat),			"symlinkat"		},
    330 [298] = { 4,	TD|TF,		SEN(readlinkat),		"readlinkat"		},
    331 [299] = { 3,	TD|TF,		SEN(fchmodat),			"fchmodat"		},
    332 [300] = { 3,	TD|TF,		SEN(faccessat),			"faccessat"		},
    333 [301] = { 6,	TD,		SEN(pselect6),			"pselect6"		},
    334 [302] = { 5,	TD,		SEN(ppoll),			"ppoll"			},
    335 [303] = { 1,	TP,		SEN(unshare),			"unshare"		},
    336 [304] = { 2,	0,		SEN(set_robust_list),		"set_robust_list"	},
    337 [305] = { 3,	0,		SEN(get_robust_list),		"get_robust_list"	},
    338 [306] = { 6,	TD,		SEN(splice),			"splice"		},
    339 [307] = { 6,	TD,		SEN(sync_file_range),		"sync_file_range"	},
    340 [308] = { 4,	TD,		SEN(tee),			"tee"			},
    341 [309] = { 4,	TD,		SEN(vmsplice),			"vmsplice"		},
    342 [310] = { 6,	TM,		SEN(move_pages),		"move_pages"		},
    343 [311] = { 3,	0,		SEN(getcpu),			"getcpu"		},
    344 [312] = { 6,	TD,		SEN(epoll_pwait),		"epoll_pwait"		},
    345 [313] = { 2,	TF,		SEN(utimes),			"utimes"		},
    346 [314] = { 6,	TD,		SEN(fallocate),			"fallocate"		},
    347 [315] = { 4,	TD|TF,		SEN(utimensat),			"utimensat"		},
    348 [316] = { 3,	TD|TS,		SEN(signalfd),			"signalfd"		},
    349 [317] = { 4,	TD,		SEN(timerfd),			"timerfd"		},
    350 [318] = { 1,	TD,		SEN(eventfd),			"eventfd"		},
    351 [319] = { 2,	TD,		SEN(timerfd_create),		"timerfd_create"	},
    352 [320] = { 4,	TD,		SEN(timerfd_settime),		"timerfd_settime"	},
    353 [321] = { 2,	TD,		SEN(timerfd_gettime),		"timerfd_gettime"	},
    354 [322] = { 4,	TD|TS,		SEN(signalfd4),			"signalfd4"		},
    355 [323] = { 2,	TD,		SEN(eventfd2),			"eventfd2"		},
    356 [324] = { 1,	TD,		SEN(inotify_init1),		"inotify_init1"		},
    357 [325] = { 2,	TD,		SEN(pipe2),			"pipe2"			},
    358 [326] = { 3,	TD,		SEN(dup3),			"dup3"			},
    359 [327] = { 1,	TD,		SEN(epoll_create1),		"epoll_create1"		},
    360 [328] = { 5,	TD,		SEN(preadv),			"preadv"		},
    361 [329] = { 5,	TD,		SEN(pwritev),			"pwritev"		},
    362 [330] = { 4,	TP|TS,		SEN(rt_tgsigqueueinfo),		"rt_tgsigqueueinfo"	},
    363 [331] = { 5,	TD,		SEN(perf_event_open),		"perf_event_open"	},
    364 [332] = { 2,	TD,		SEN(fanotify_init),		"fanotify_init"		},
    365 [333] = { 6,	TD|TF,		SEN(fanotify_mark),		"fanotify_mark"		},
    366 [334] = { 4,	0,		SEN(prlimit64),			"prlimit64"		},
    367 [335] = { 5,	TD|TF,		SEN(name_to_handle_at),		"name_to_handle_at"	},
    368 [336] = { 3,	TD,		SEN(open_by_handle_at),		"open_by_handle_at"	},
    369 [337] = { 2,	0,		SEN(clock_adjtime),		"clock_adjtime"		},
    370 [338] = { 1,	TD,		SEN(syncfs),			"syncfs"		},
    371 [339] = { 2,	TD,		SEN(setns),			"setns"			},
    372 [340] = { 6,	0,		SEN(process_vm_readv),		"process_vm_readv"	},
    373 [341] = { 6,	0,		SEN(process_vm_writev),		"process_vm_writev"	},
    374 [342] = { 2,	0,		SEN(s390_runtime_instr),	"s390_runtime_instr"	},
    375 [343] = { 5,	0,		SEN(kcmp),			"kcmp"			},
    376 [344] = { 3,	TD,		SEN(finit_module),		"finit_module"		},
    377 [345] = { 3,	0,		SEN(sched_setattr),		"sched_setattr"		},
    378 [346] = { 4,	0,		SEN(sched_getattr),		"sched_getattr"		},
    379 [347] = { 5,	TD|TF,		SEN(renameat2),			"renameat2"		},
    380 [348] = { 3,	0,		SEN(seccomp),			"seccomp"		},
    381 [349] = { 3,	0,		SEN(getrandom),			"getrandom"		},
    382 [350] = { 2,	TD,		SEN(memfd_create),		"memfd_create"		},
    383 [351] = { 3,	TD,		SEN(bpf),			"bpf"			},
    384 [352] = { 3,	0,		SEN(s390_pci_mmio_write),	"s390_pci_mmio_write"	},
    385 [353] = { 3,	0,		SEN(s390_pci_mmio_read),	"s390_pci_mmio_read"	},
    386 [354] = { 5,	TD|TF|TP|SE|SI,	SEN(execveat),			"execveat"		},
    387 [355] = { 1,	TD,		SEN(userfaultfd),		"userfaultfd"		},
    388 [356] = { 2,	0,		SEN(membarrier),		"membarrier"		},
    389 [357] = { 5,	TN,		SEN(recvmmsg),			"recvmmsg"		},
    390 [358] = { 4,	TN,		SEN(sendmmsg),			"sendmmsg"		},
    391 [359] = { 3,	TN,		SEN(socket),			"socket"		},
    392 [360] = { 4,	TN,		SEN(socketpair),		"socketpair"		},
    393 [361] = { 3,	TN,		SEN(bind),			"bind"			},
    394 [362] = { 3,	TN,		SEN(connect),			"connect"		},
    395 [363] = { 2,	TN,		SEN(listen),			"listen"		},
    396 [364] = { 4,	TN,		SEN(accept4),			"accept4"		},
    397 [365] = { 5,	TN,		SEN(getsockopt),		"getsockopt"		},
    398 [366] = { 5,	TN,		SEN(setsockopt),		"setsockopt"		},
    399 [367] = { 3,	TN,		SEN(getsockname),		"getsockname"		},
    400 [368] = { 3,	TN,		SEN(getpeername),		"getpeername"		},
    401 [369] = { 6,	TN,		SEN(sendto),			"sendto"		},
    402 [370] = { 3,	TN,		SEN(sendmsg),			"sendmsg"		},
    403 [371] = { 6,	TN,		SEN(recvfrom),			"recvfrom"		},
    404 [372] = { 3,	TN,		SEN(recvmsg),			"recvmsg"		},
    405 [373] = { 2,	TN,		SEN(shutdown),			"shutdown"		},
    406 [374] = { 3,	TM,		SEN(mlock2),			"mlock2"		},
    407 [375] = { 6,	TD,		SEN(copy_file_range),		"copy_file_range"	},
    408 [376] = { 6,	TD,		SEN(preadv2),			"preadv2"		},
    409 [377] = { 6,	TD,		SEN(pwritev2),			"pwritev2"		},
    410 [378] = { 2,	0,		SEN(s390_guarded_storage),	"s390_guarded_storage"	},
    411 [379] = { 5,	TD|TF|TSTA,	SEN(statx),			"statx"			},
    412 [380] = { 4,	0,		SEN(s390_sthyi),		"s390_sthyi"		},
    413 
    414 #define SYS_socket_subcall	400
    415 #include "subcall.h"
    416