Home
last modified time | relevance | path

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

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