Searched defs:cond_syscall (Results 1 – 5 of 5) sorted by relevance
6 #define cond_syscall(x) \ macro
4 #define cond_syscall(x) asm(".weak\t" #x "\n" #x " = sys_ni_syscall") macro
9 #define cond_syscall(x) asm(".weak\t" #x "\n" #x "\t=\tsys_ni_syscall") macro
14 #define cond_syscall(x) asm(".weak\t" #x "#\n" #x "#\t=\tsys_ni_syscall#") macro
25 #define cond_syscall(x) asm( \ macro