Searched refs:system_call (Results 1 – 23 of 23) sorted by relevance
/linux/arch/m68k/coldfire/ |
A D | vectors.c | 40 asmlinkage void system_call(void); 64 _ramvec[32] = system_call; in trap_init()
|
A D | entry.S | 50 .globl system_call 60 ENTRY(system_call)
|
/linux/arch/m68k/68000/ |
A D | romvec.S | 16 .global system_call 30 .long system_call, trap, trap, trap
|
A D | ints.c | 30 asmlinkage void system_call(void); 161 _ramvec[32] = system_call; in trap_init()
|
A D | entry.S | 24 .globl system_call 64 ENTRY(system_call)
|
/linux/arch/s390/kernel/ |
A D | signal.c | 466 current->thread.system_call = in arch_do_signal_or_restart() 471 if (current->thread.system_call) { in arch_do_signal_or_restart() 472 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart() 506 if (current->thread.system_call) { in arch_do_signal_or_restart() 507 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
|
A D | entry.h | 13 void system_call(void);
|
A D | entry.S | 315 ENTRY(system_call) 351 ENDPROC(system_call)
|
A D | ptrace.c | 1067 return membuf_store(&to, target->thread.system_call); in s390_system_call_get() 1075 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
|
A D | setup.c | 434 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore_dat_off()
|
/linux/arch/m68k/kernel/ |
A D | vectors.c | 31 asmlinkage void system_call(void); 71 vectors[VEC_SYS] = system_call; in base_trap_init()
|
A D | entry.S | 44 .globl system_call, buserr, trap, resume 202 ENTRY(system_call)
|
/linux/arch/sh/kernel/cpu/sh3/ |
A D | ex.S | 45 .long system_call ! Unconditional Trap /* 160 */
|
/linux/arch/xtensa/kernel/ |
A D | traps.c | 69 extern void system_call (struct pt_regs*); 96 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
|
A D | entry.S | 1913 ENTRY(system_call) 1987 ENDPROC(system_call)
|
/linux/arch/sh/kernel/ |
A D | entry-common.S | 295 ENTRY(system_call)
|
/linux/arch/powerpc/kernel/ |
A D | exceptions-64s.S | 1903 INT_DEFINE_BEGIN(system_call) 1907 INT_DEFINE_END(system_call) 1923 KVMTEST system_call kvm_hcall /* uses r10, branch to kvm_hcall */ 1969 EXC_REAL_BEGIN(system_call, 0xc00, 0x100) 1971 EXC_REAL_END(system_call, 0xc00, 0x100) 1972 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100) 1974 EXC_VIRT_END(system_call, 0x4c00, 0x100)
|
A D | exceptions-64e.S | 499 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */ 675 START_EXCEPTION(system_call)
|
/linux/arch/s390/include/asm/ |
A D | processor.h | 125 unsigned int system_call; /* system call number in signal */ member
|
/linux/arch/x86/entry/vdso/ |
A D | Makefile | 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/linux/arch/sh/kernel/cpu/sh2a/ |
A D | entry.S | 148 bra system_call ! jump common systemcall entry
|
/linux/Documentation/x86/ |
A D | entry_64.rst | 25 - system_call: syscall instruction from 64-bit code.
|
/linux/arch/sh/kernel/cpu/sh2/ |
A D | entry.S | 202 bra system_call ! jump common systemcall entry
|
Completed in 32 milliseconds