Searched refs:COND_SYSCALL_COMPAT (Results 1 - 5 of 5) sorted by relevance

/linux-master/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_time32);
50 COND_SYSCALL_COMPAT(io_pgetevents);
58 COND_SYSCALL_COMPAT(epoll_pwait);
60 COND_SYSCALL_COMPAT(epoll_pwait
[all...]
/linux-master/arch/arm64/include/asm/
H A Dsyscall_wrapper.h40 #define COND_SYSCALL_COMPAT(name) \ macro
/linux-master/arch/s390/include/asm/
H A Dsyscall_wrapper.h84 * COND_SYSCALL_COMPAT in kernel/sys_ni.c to cover this case as well.
86 #define COND_SYSCALL_COMPAT(name) \ macro
/linux-master/arch/riscv/include/asm/
H A Dsyscall_wrapper.h69 #define COND_SYSCALL_COMPAT(name) \ macro
/linux-master/arch/x86/include/asm/
H A Dsyscall_wrapper.h215 * COND_SYSCALL_COMPAT in kernel/sys_ni.c to cover this case as well.
217 #define COND_SYSCALL_COMPAT(name) \ macro

Completed in 147 milliseconds