Home
last modified time | relevance | path

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

/linux-6.6.21/arch/alpha/include/asm/
Dlinkage.h5 #define cond_syscall(x) asm(".weak\t" #x "\n" #x " = sys_ni_syscall") macro
/linux-6.6.21/arch/mips/include/asm/
Dlinkage.h9 #define cond_syscall(x) asm(".weak\t" #x "\n" #x "\t=\tsys_ni_syscall") macro
/linux-6.6.21/arch/ia64/include/asm/
Dlinkage.h15 #define cond_syscall(x) asm(".weak\t" #x "#\n" #x "#\t=\tsys_ni_syscall#") macro
/linux-6.6.21/arch/powerpc/include/asm/
Dlinkage.h11 #define cond_syscall(x) \ macro
/linux-6.6.21/include/linux/
Dlinkage.h26 #define cond_syscall(x) asm( \ macro