Searched defs:SYSCALL (Results  1 – 7 of 7) sorted by relevance
| /linux-4.1.27/arch/sparc/kernel/ | 
| D | sys32.S | 15 #define SIGN1(STUB,SYSCALL,REG1) \  argument22 #define SIGN2(STUB,SYSCALL,REG1,REG2) \  argument
 30 #define SIGN3(STUB,SYSCALL,REG1,REG2,REG3) \  argument
 
 | 
| /linux-4.1.27/arch/powerpc/kernel/ | 
| D | systbl.S | 20 #define SYSCALL(func)		.llong	DOTSYM(sys_##func),DOTSYM(sys_##func)  macro28 #define SYSCALL(func)		.long	sys_##func  macro
 
 | 
| D | systbl_chk.c | 18 #define SYSCALL(func)		__NR_##func  macro
 | 
| /linux-4.1.27/arch/powerpc/platforms/cell/ | 
| D | spu_callbacks.c | 37 #define SYSCALL(func)		sys_ni_syscall,  macro
 | 
| /linux-4.1.27/arch/s390/kernel/ | 
| D | entry.S | 1046 #define SYSCALL(esame,emu)	.long esame  macro1054 #define SYSCALL(esame,emu)	.long emu  macro
 
 | 
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | sstep.h | 48 	SYSCALL,  enumerator
 | 
| /linux-4.1.27/samples/seccomp/ | 
| D | bpf-helper.h | 54 #define SYSCALL(nr, jt) \  macro
 |