1 /* SPDX-License-Identifier: GPL-2.0 */
4 /* Args: syscall_args_32*, function pointer */
9 movl 5*4(%esp), %eax /* pointer to args struct */
19 call *(6*4)(%esp) /* Do the syscall */
21 /* Now we need to recover without losing any reg values */
38 .type sys32_helper, @function
39 .size sys32_helper, .-sys32_helper
46 .type int80_and_ret, @function
47 .size int80_and_ret, .-int80_and_ret