Home
last modified time | relevance | path

Searched defs:syscall_args32 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/x86/
H A Dptrace_syscall.c43 struct syscall_args32 { struct
48 extern void sys32_helper(struct syscall_args32 *, void *); argument
139 static void test_sys32_regs(void (*do_syscall)(struct syscall_args32 *)) in test_sys32_regs()