Searched refs:SYSCALL_ARGS (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/um/shared/sysdep/ | ||
H A D | syscalls_32.h | 14 ((*sys_call_table[syscall]))(SYSCALL_ARGS(®s->regs)) |
H A D | ptrace.h | 51 #define SYSCALL_ARGS(r) ((struct syscall_args) \ macro |