Searched refs:syscall_args (Results 1 – 3 of 3) sorted by relevance
47 struct syscall_args { struct51 #define SYSCALL_ARGS(r) ((struct syscall_args) \ argument
9 typedef long syscall_handler_t(struct syscall_args);
924 …CASE_TEST(syscall_args); EXPECT_SYSER(1, syscall(__NR_statx, 0, NULL, 0, 0, NULL), -1, EFAULT… in run_syscall()