Home
last modified time | relevance | path

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

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