Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/um/shared/sysdep/
Dptrace.h47 struct syscall_args { struct
51 #define SYSCALL_ARGS(r) ((struct syscall_args) \ argument
Dsyscalls_32.h9 typedef long syscall_handler_t(struct syscall_args);
/Linux-v6.6/tools/testing/selftests/nolibc/
Dnolibc-test.c924 …CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT… in run_syscall()