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