Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/coldfire/
Dvectors.c40 asmlinkage void system_call(void);
64 _ramvec[32] = system_call; in trap_init()
Dentry.S50 .globl system_call
60 ENTRY(system_call)
/linux-6.1.9/arch/m68k/68000/
Dromvec.S16 .global system_call
30 .long system_call, trap, trap, trap
Dints.c30 asmlinkage void system_call(void);
161 _ramvec[32] = system_call; in trap_init()
Dentry.S24 .globl system_call
64 ENTRY(system_call)
/linux-6.1.9/arch/m68k/kernel/
Dvectors.c31 asmlinkage void system_call(void);
71 vectors[VEC_SYS] = system_call; in base_trap_init()
Dentry.S44 .globl system_call, buserr, trap, resume
202 ENTRY(system_call)
/linux-6.1.9/arch/s390/kernel/
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()
Dentry.h14 void system_call(void);
Dentry.S306 ENTRY(system_call)
342 ENDPROC(system_call)
Dsetup.c437 lc->svc_new_psw.addr = (unsigned long) system_call; in setup_lowcore_dat_off()
Dptrace.c1054 return membuf_store(&to, target->thread.system_call); in s390_system_call_get()
1062 unsigned int *data = &target->thread.system_call; in s390_system_call_set()
/linux-6.1.9/arch/sh/kernel/cpu/sh3/
Dex.S45 .long system_call ! Unconditional Trap /* 160 */
/linux-6.1.9/arch/xtensa/include/asm/
Dtraps.h57 asmlinkage void system_call(struct pt_regs *regs);
/linux-6.1.9/arch/sh/kernel/
Dentry-common.S295 ENTRY(system_call)
/linux-6.1.9/arch/s390/include/asm/
Dprocessor.h126 unsigned int system_call; /* system call number in signal */ member
/linux-6.1.9/arch/powerpc/kernel/
Dexceptions-64s.S1949 INT_DEFINE_BEGIN(system_call)
1954 INT_DEFINE_END(system_call)
1970 KVMTEST system_call kvm_hcall /* uses r10, branch to kvm_hcall */
2016 EXC_REAL_BEGIN(system_call, 0xc00, 0x100)
2018 EXC_REAL_END(system_call, 0xc00, 0x100)
2019 EXC_VIRT_BEGIN(system_call, 0x4c00, 0x100)
2021 EXC_VIRT_END(system_call, 0x4c00, 0x100)
Dexceptions-64e.S479 EXCEPTION_STUB(0x120, system_call) /* 0x0c00 */
655 START_EXCEPTION(system_call)
/linux-6.1.9/arch/x86/entry/vdso/
DMakefile31 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
/linux-6.1.9/arch/xtensa/kernel/
Dtraps.c92 { EXCCAUSE_SYSTEM_CALL, 0, system_call },
Dentry.S1923 ENTRY(system_call)
1997 ENDPROC(system_call)
/linux-6.1.9/Documentation/x86/
Dentry_64.rst25 - system_call: syscall instruction from 64-bit code.
/linux-6.1.9/arch/sh/kernel/cpu/sh2a/
Dentry.S148 bra system_call ! jump common systemcall entry
/linux-6.1.9/arch/sh/kernel/cpu/sh2/
Dentry.S202 bra system_call ! jump common systemcall entry