1 /* SPDX-License-Identifier: GPL-2.0 */
4 .section .__syscall_stub, "ax"
5 .globl batch_syscall_stub
8 /* load pointer to first operation */
12 /* load length of additional data */
15 /* if(length == 0) : end of list */
16 /* write possible 0 to header */
21 /* save current pointer */
24 /* skip additional data */
30 /* load syscall params */
41 /* check return value */
47 /* save return value */