Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/m68k/coldfire/
H A Dvectors.c40 asmlinkage void system_call(void);
64 _ramvec[32] = system_call; in trap_init()
H A Dentry.S50 .globl system_call
60 ENTRY(system_call)
/openbmc/linux/arch/m68k/68000/
H A Dromvec.S16 .global system_call
30 .long system_call, trap, trap, trap
H A Dints.c30 asmlinkage void system_call(void);
161 _ramvec[32] = system_call; in trap_init()
H A Dentry.S24 .globl system_call
66 ENTRY(system_call)
/openbmc/linux/arch/m68k/kernel/
H A Dvectors.c31 asmlinkage void system_call(void);
71 vectors[VEC_SYS] = system_call; in base_trap_init()
H A Dentry.S44 .globl system_call, buserr, trap, resume
205 ENTRY(system_call)
/openbmc/linux/arch/s390/kernel/
H A Dsignal.c465 current->thread.system_call = in arch_do_signal_or_restart()
470 if (current->thread.system_call) { in arch_do_signal_or_restart()
471 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
505 if (current->thread.system_call) { in arch_do_signal_or_restart()
506 regs->int_code = current->thread.system_call; in arch_do_signal_or_restart()
H A Dentry.h14 void system_call(void);
H A Dentry.S281 SYM_CODE_START(system_call)
316 SYM_CODE_END(system_call)
H A Dptrace.c1050 return membuf_store(&to, target->thread.system_call); in s390_system_call_get()
1058 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
H A Dsetup.c420 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore()
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dex.S45 .long system_call ! Unconditional Trap /* 160 */
/openbmc/linux/arch/xtensa/include/asm/
H A Dtraps.h58 asmlinkage void system_call(struct pt_regs *regs);
/openbmc/linux/arch/sh/kernel/
H A Dentry-common.S295 ENTRY(system_call)
/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h177 unsigned int system_call; /* system call number in signal */ member
/openbmc/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 */
2030 EXC_REAL_BEGIN(system_call, 0xc00, 0x100)
2032 EXC_REAL_END(system_call, 0xc00, 0x100)
2033 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100)
2035 EXC_VIRT_END(system_call, 0x4c00, 0x100)
H A Dexceptions-64e.S484 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */
660 START_EXCEPTION(system_call)
/openbmc/linux/arch/x86/entry/vdso/
H A DMakefile28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/openbmc/linux/Documentation/arch/x86/
H A Dentry_64.rst25 - system_call: syscall instruction from 64-bit code.
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S148 bra system_call ! jump common systemcall entry
/openbmc/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)
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S202 bra system_call ! jump common systemcall entry
/openbmc/linux/
H A Dopengrok1.0.log[all...]

12