Searched defs:cond_syscall (Results 1 – 5 of 5) sorted by relevance
5 #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
15 #define cond_syscall(x) asm(".weak\t" #x "#\n" #x "#\t=\tsys_ni_syscall#") macro
11 #define cond_syscall(x) \ macro
26 #define cond_syscall(x) asm( \ macro