| /linux-4.4.14/arch/m68k/coldfire/ | 
| D | vectors.c | 39 asmlinkage void system_call(void); 63 	_ramvec[32] = system_call;  in trap_init()
  | 
| D | entry.S | 51 .globl system_call 62 ENTRY(system_call)
  | 
| /linux-4.4.14/arch/m68k/68000/ | 
| D | romvec.S | 16 .global system_call 30 .long system_call, trap, trap, trap
  | 
| D | ints.c | 30 asmlinkage void system_call(void); 161 	_ramvec[32] = system_call;  in trap_init()
  | 
| D | entry.S | 25 .globl system_call 68 ENTRY(system_call)
  | 
| /linux-4.4.14/arch/m68k/kernel/ | 
| D | vectors.c | 31 asmlinkage void system_call(void); 71 	vectors[VEC_SYS] = system_call;  in base_trap_init()
  | 
| D | entry.S | 45 .globl system_call, buserr, trap, resume 191 ENTRY(system_call)
  | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | signal.c | 471 	current_thread_info()->system_call =  in do_signal() 476 		if (current_thread_info()->system_call) {  in do_signal() 477 			regs->int_code = current_thread_info()->system_call;  in do_signal() 510 	if (current_thread_info()->system_call) {  in do_signal() 511 		regs->int_code = current_thread_info()->system_call;  in do_signal()
  | 
| D | entry.h | 12 void system_call(void);
  | 
| D | entry.S | 259 ENTRY(system_call) 994 	clg	%r9,BASED(.Lcleanup_table)	# system_call 1026 	.quad	system_call 1110 	.quad	system_call
  | 
| D | setup.c | 310 	lc->svc_new_psw.addr = PSW_ADDR_AMODE | (unsigned long) system_call;  in setup_lowcore()
  | 
| D | ptrace.c | 1116 	unsigned int *data = &task_thread_info(target)->system_call;  in s390_system_call_get() 1126 	unsigned int *data = &task_thread_info(target)->system_call;  in s390_system_call_set()
  | 
| /linux-4.4.14/arch/cris/arch-v10/kernel/ | 
| D | irq.c | 128 void system_call(void);  /* from entry.S */ 223 	set_break_vector(13, system_call);  in init_IRQ()
  | 
| D | entry.S | 35 	.globl system_call 50 	;; below are various parts of system_call which are not in the fast-path 117 	;; The system_call is called by a BREAK instruction, which works like
  | 
| /linux-4.4.14/arch/m68k/68360/ | 
| D | ints.c | 29 asmlinkage void system_call(void); 81 	_ramvec[32] = system_call;  in trap_init()
  | 
| D | entry.S | 27 .globl system_call 64 ENTRY(system_call)
  | 
| D | head-rom.S | 326     .long   system_call /* Trap Instruction Vectors 0                   - 32. */
  | 
| D | head-ram.S | 315     .long   system_call /* Trap Instruction Vectors 0                   - 32. */
  | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh3/ | 
| D | ex.S | 48 	.long	system_call	! Unconditional Trap	 /* 160 */
  | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | thread_info.h | 38 	unsigned int		system_call;  member
  | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | exceptions.h | 103 extern asmlinkage int  system_call(struct pt_regs *);
  | 
| /linux-4.4.14/arch/m32r/kernel/ | 
| D | traps.c | 66 	extern void system_call(void);  in set_eit_vector_entries() 80 	eit_vector[18] = BRA_INSN(system_call, 18);  in set_eit_vector_entries()
  | 
| /linux-4.4.14/arch/mn10300/proc-mn2ws0050/ | 
| D | proc-init.c | 48 	__set_intr_stub(EXCEP_SYSCALL0,		system_call);  in processor_init()
  | 
| /linux-4.4.14/arch/mn10300/proc-mn103e010/ | 
| D | proc-init.c | 34 	__set_intr_stub(EXCEP_SYSCALL0,		system_call);  in processor_init()
  | 
| /linux-4.4.14/arch/x86/entry/vdso/ | 
| D | Makefile | 131 targets += vdso32/note.o vdso32/vclock_gettime.o vdso32/system_call.o 153 		      $(obj)/vdso32/system_call.o
  | 
| /linux-4.4.14/arch/xtensa/kernel/ | 
| D | traps.c | 70 extern void system_call (struct pt_regs*); 95 { EXCCAUSE_SYSTEM_CALL,		0,	   system_call },
  | 
| D | entry.S | 1824 ENTRY(system_call) 1870 ENDPROC(system_call)
  | 
| /linux-4.4.14/arch/cris/arch-v32/kernel/ | 
| D | irq.c | 76 extern void system_call(void); 503 	set_exception_vector(0x1d, system_call);  in init_IRQ()
  | 
| D | entry.S | 31 	.globl system_call 239 	.size	system_call, . - system_call
  | 
| /linux-4.4.14/arch/sh/kernel/ | 
| D | entry-common.S | 318 ENTRY(system_call)
  | 
| /linux-4.4.14/arch/frv/kernel/ | 
| D | entry.S | 883 	.globl		system_call 884 system_call:  label
  | 
| D | entry-table.S | 318 	.long		system_call
  | 
| /linux-4.4.14/arch/avr32/kernel/ | 
| D | entry-avr32b.S | 191 system_call:  label 743 	sub	r11, pc, (. - system_call)
  | 
| /linux-4.4.14/Documentation/x86/ | 
| D | entry_64.txt | 19  - system_call: syscall instruction from 64-bit code.
  | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh2a/ | 
| D | entry.S | 151 	bra	system_call	! jump common systemcall entry
  | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh2/ | 
| D | entry.S | 186 	bra	system_call	! jump common systemcall entry
  | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | entry_64.S | 158 system_call:			/* label this so stack traces look sane */  label 271 	blt+	system_call
  | 
| D | exceptions-64e.S | 527 	EXCEPTION_STUB(0x120, system_call)		/* 0x0c00 */ 702 	START_EXCEPTION(system_call)
  | 
| /linux-4.4.14/arch/mn10300/kernel/ | 
| D | entry.S | 73 ENTRY(system_call)
  | 
| /linux-4.4.14/arch/sh/kernel/cpu/sh5/ | 
| D | entry.S | 171 	.long	system_call				/* 0x160 */ 1182 system_call:  label
  |