Searched refs:system_call (Results  1 – 25 of 25) sorted by relevance
| /Linux-v5.4/arch/m68k/coldfire/ | 
| D | vectors.c | 40 asmlinkage void system_call(void);64 	_ramvec[32] = system_call;  in trap_init()
 
 | 
| D | entry.S | 51 .globl system_call62 ENTRY(system_call)
 
 | 
| /Linux-v5.4/arch/m68k/68000/ | 
| D | romvec.S | 16 .global system_call30 .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_call68 ENTRY(system_call)
 
 | 
| /Linux-v5.4/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, resume197 ENTRY(system_call)
 
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | signal.c | 472 	current->thread.system_call =  in do_signal()477 		if (current->thread.system_call) {  in do_signal()
 478 			regs->int_code = current->thread.system_call;  in do_signal()
 511 	if (current->thread.system_call) {  in do_signal()
 512 		regs->int_code = current->thread.system_call;  in do_signal()
 
 | 
| D | entry.h | 14 void system_call(void);
 | 
| D | entry.S | 339 ENTRY(system_call)576 ENDPROC(system_call)
 1280 	clg	%r9,BASED(.Lcleanup_table)	# system_call
 1313 	.quad	system_call
 1401 	.quad	system_call
 
 | 
| D | ptrace.c | 1140 	unsigned int *data = &target->thread.system_call;  in s390_system_call_get()1150 	unsigned int *data = &target->thread.system_call;  in s390_system_call_set()
 
 | 
| D | setup.c | 399 	lc->svc_new_psw.addr = (unsigned long) system_call;  in setup_lowcore_dat_off()
 | 
| /Linux-v5.4/arch/sh/kernel/cpu/sh3/ | 
| D | ex.S | 45 	.long	system_call	! Unconditional Trap	 /* 160 */
 | 
| /Linux-v5.4/arch/xtensa/kernel/ | 
| D | traps.c | 69 extern void system_call (struct pt_regs*);96 { EXCCAUSE_SYSTEM_CALL,		0,	   system_call },
 
 | 
| D | entry.S | 1877 ENTRY(system_call)1941 ENDPROC(system_call)
 
 | 
| /Linux-v5.4/arch/x86/entry/vdso/ | 
| D | Makefile | 136 targets += vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o167 		      $(obj)/vdso32/system_call.o \
 
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | processor.h | 131 	unsigned int system_call;	/* system call number in signal */  member
 | 
| /Linux-v5.4/arch/sh/kernel/ | 
| D | entry-common.S | 323 ENTRY(system_call)
 | 
| /Linux-v5.4/arch/powerpc/kernel/ | 
| D | exceptions-64s.S | 1447 	KVMTEST system_call EXC_STD 0xc00 /* uses r10, branch to system_call_kvm */1498 EXC_REAL_BEGIN(system_call, 0xc00, 0x100)
 1500 EXC_REAL_END(system_call, 0xc00, 0x100)
 1501 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100)
 1503 EXC_VIRT_END(system_call, 0x4c00, 0x100)
 
 | 
| D | exceptions-64e.S | 538 	EXCEPTION_STUB(0x120, system_call)		/* 0x0c00 */713 	START_EXCEPTION(system_call)
 
 | 
| D | entry_64.S | 157 system_call:			/* label this so stack traces look sane */  label
 | 
| /Linux-v5.4/arch/sh/kernel/cpu/sh2a/ | 
| D | entry.S | 148 	bra	system_call	! jump common systemcall entry
 | 
| /Linux-v5.4/Documentation/x86/ | 
| D | entry_64.rst | 25  - system_call: syscall instruction from 64-bit code.
 | 
| /Linux-v5.4/arch/sh/kernel/cpu/sh2/ | 
| D | entry.S | 202 	bra	system_call	! jump common systemcall entry
 | 
| /Linux-v5.4/arch/sh/kernel/cpu/sh5/ | 
| D | entry.S | 168 	.long	system_call				/* 0x160 */1179 system_call:  label
 
 |