Home
last modified time | relevance | path

Searched refs:COND_SYSCALL_COMPAT (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/
H A Dsys_ni.c9 /* Architectures may override COND_SYSCALL and COND_SYSCALL_COMPAT */
29 #ifndef COND_SYSCALL_COMPAT
30 #define COND_SYSCALL_COMPAT(name) cond_syscall(compat_sys_##name) macro
31 #endif /* COND_SYSCALL_COMPAT */
40 COND_SYSCALL_COMPAT(io_setup);
43 COND_SYSCALL_COMPAT(io_submit);
49 COND_SYSCALL_COMPAT(io_pgetevents);
50 COND_SYSCALL_COMPAT(io_pgetevents_time64);
58 COND_SYSCALL_COMPAT(epoll_pwait);
60 COND_SYSCALL_COMPAT(epoll_pwait
[all...]
/linux/arch/arm64/include/asm/
H A Dsyscall_wrapper.h40 #define COND_SYSCALL_COMPAT(name) \ macro
/linux/arch/riscv/include/asm/
H A Dsyscall_wrapper.h69 #define COND_SYSCALL_COMPAT(name) \ macro
/linux/arch/x86/include/asm/
H A Dsyscall_wrapper.h217 #define COND_SYSCALL_COMPAT(name) \ macro