Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/include/asm/
Dlinkage.h4 #define cond_syscall(x) asm(".weak\t" #x "\n" #x " = sys_ni_syscall") macro
/linux-4.4.14/arch/mips/include/asm/
Dlinkage.h8 #define cond_syscall(x) asm(".weak\t" #x "\n" #x "\t=\tsys_ni_syscall") macro
/linux-4.4.14/arch/powerpc/include/asm/
Dlinkage.h6 #define cond_syscall(x) \ macro
/linux-4.4.14/arch/ia64/include/asm/
Dlinkage.h14 #define cond_syscall(x) asm(".weak\t" #x "#\n" #x "#\t=\tsys_ni_syscall#") macro
/linux-4.4.14/include/linux/
Dlinkage.h25 #define cond_syscall(x) asm( \ macro