Home
last modified time | relevance | path

Searched refs:system_call (Results 1 – 21 of 21) sorted by relevance

/linux/arch/m68k/coldfire/
H A Dvectors.c41 asmlinkage void system_call(void);
65 _ramvec[32] = system_call; in trap_init()
H A Dentry.S47 .globl system_call
57 ENTRY(system_call)
/linux/arch/m68k/68000/
H A Dromvec.S16 .global system_call
30 .long system_call, trap, trap, trap
H A Dints.c33 asmlinkage void system_call(void);
164 _ramvec[32] = system_call; in trap_init()
H A Dentry.S21 .globl system_call
63 ENTRY(system_call)
/linux/arch/s390/kernel/
H A Dsignal.c462 current->thread.system_call = in arch_do_signal_or_restart()
467 if (current->thread.system_call) { in arch_do_signal_or_restart()
468 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
502 if (current->thread.system_call) { in arch_do_signal_or_restart()
503 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
H A Dptrace.c1017 return membuf_store(&to, target->thread.system_call); in s390_system_call_get()
1025 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
H A Dsetup.c408 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore()
/linux/arch/m68k/kernel/
H A Dvectors.c34 asmlinkage void system_call(void);
74 vectors[VEC_SYS] = system_call; in base_trap_init()
H A Dentry.S41 .globl system_call, buserr, trap, resume
202 ENTRY(system_call)
/linux/arch/sh/kernel/cpu/sh3/
H A Dex.S45 .long system_call ! Unconditional Trap /* 160 */
/linux/arch/xtensa/include/asm/
H A Dtraps.h58 asmlinkage void system_call(struct pt_regs *regs);
/linux/arch/sh/kernel/
H A Dentry-common.S295 ENTRY(system_call)
/linux/arch/powerpc/kernel/
H A Dexceptions-64s.S1963 INT_DEFINE_BEGIN(system_call)
1968 INT_DEFINE_END(system_call)
1984 KVMTEST system_call kvm_hcall /* uses r10, branch to kvm_hcall */
2013 EXC_REAL_BEGIN(system_call, 0xc00, 0x100)
2015 EXC_REAL_END(system_call, 0xc00, 0x100)
2016 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100)
2018 EXC_VIRT_END(system_call, 0x4c00, 0x100)
H A Dexceptions-64e.S483 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */
659 START_EXCEPTION(system_call)
/linux/arch/x86/entry/vdso/
H A DMakefile11 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/linux/Documentation/arch/x86/
H A Dentry_64.rst25 - system_call: syscall instruction from 64-bit code.
/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S148 bra system_call ! jump common systemcall entry
/linux/arch/xtensa/kernel/
H A Dtraps.c94 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
H A Dentry.S1923 ENTRY(system_call)
1997 ENDPROC(system_call)
/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S202 bra system_call ! jump common systemcall entry