Home
last modified time | relevance | path

Searched refs:syscall_args (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/um/shared/sysdep/
H A Dstub_32.h87 struct syscall_args { in stub_syscall6() struct
/linux/kernel/trace/
H A Dtrace_syscalls.c658 struct syscall_args { struct
667 struct syscall_args *args = data; in syscall_copy_user() argument
681 struct syscall_args *args = data; in syscall_copy_user_array()
701 struct syscall_args sargs; in sys_fault_user()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1410 …CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT… in run_syscall()