Home
last modified time | relevance | path

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

/linux/arch/m68k/coldfire/
A Dvectors.c40 asmlinkage void system_call(void);
64 _ramvec[32] = system_call; in trap_init()
A Dentry.S50 .globl system_call
60 ENTRY(system_call)
/linux/arch/m68k/68000/
A Dromvec.S16 .global system_call
30 .long system_call, trap, trap, trap
A Dints.c30 asmlinkage void system_call(void);
161 _ramvec[32] = system_call; in trap_init()
A Dentry.S24 .globl system_call
64 ENTRY(system_call)
/linux/arch/s390/kernel/
A Dsignal.c466 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 Dentry.h13 void system_call(void);
A Dentry.S315 ENTRY(system_call)
351 ENDPROC(system_call)
A Dptrace.c1067 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 Dsetup.c434 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore_dat_off()
/linux/arch/m68k/kernel/
A Dvectors.c31 asmlinkage void system_call(void);
71 vectors[VEC_SYS] = system_call; in base_trap_init()
A Dentry.S44 .globl system_call, buserr, trap, resume
202 ENTRY(system_call)
/linux/arch/sh/kernel/cpu/sh3/
A Dex.S45 .long system_call ! Unconditional Trap /* 160 */
/linux/arch/xtensa/kernel/
A Dtraps.c69 extern void system_call (struct pt_regs*);
96 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
A Dentry.S1913 ENTRY(system_call)
1987 ENDPROC(system_call)
/linux/arch/sh/kernel/
A Dentry-common.S295 ENTRY(system_call)
/linux/arch/powerpc/kernel/
A Dexceptions-64s.S1903 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 Dexceptions-64e.S499 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */
675 START_EXCEPTION(system_call)
/linux/arch/s390/include/asm/
A Dprocessor.h125 unsigned int system_call; /* system call number in signal */ member
/linux/arch/x86/entry/vdso/
A DMakefile28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/linux/arch/sh/kernel/cpu/sh2a/
A Dentry.S148 bra system_call ! jump common systemcall entry
/linux/Documentation/x86/
A Dentry_64.rst25 - system_call: syscall instruction from 64-bit code.
/linux/arch/sh/kernel/cpu/sh2/
A Dentry.S202 bra system_call ! jump common systemcall entry

Completed in 35 milliseconds