Home
last modified time | relevance | path

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

/linux-2.4.37.9/Documentation/
Dptrace.txt5 control the parameters of every syscall used by a given process.
8 before calling the syscall's function. syscall_trace() sets the traced task's
15 its execution and completes its syscall without the parent being able to act in
20 is really killed right after the syscall completion.
22 In both cases, if the parent was responsible for checking the syscall
31 files or directories, and other single-syscall actions may escape from the
33 traced process is running again and/or has a wrong syscall number.
37 gets suddenly killed or unexpectedly wakes up while its syscall parameters
Dsmp.tex209 interrupt and kernel syscall entry function handling and finally the
283 syscall entry code and the exception handlers all acquire the lock before
298 the kernel uses a syscall\_count and a per process lock\_depth parameter to
/linux-2.4.37.9/arch/mips/kernel/
Dscall_o32.S30 lw t1, PT_EPC(sp) # skip syscall on return
32 sltiu t0, v0, MAX_SYSCALL_NO + 1 # check syscall number
39 lw t2, sys_call_table(t0) # syscall routine
44 sw a3, PT_R26(sp) # save a3 for syscall restarting
48 sw a3, PT_R26(sp) # save for syscall restart
49 lw t0, TASK_PTRACE($28) # syscall tracing enabled?
61 sw v0, PT_R0(sp) # set flag for syscall restarting
85 lw t0, TASK_PTRACE($28) # syscall tracing enabled?
140 sw v0, PT_R0(sp) # set flag for syscall restarting
216 lw t0, TASK_PTRACE($28) # syscall tracing enabled?
[all …]
DMakefile18 traps.o ptrace.o reset.o semaphore.o setup.o syscall.o \
/linux-2.4.37.9/arch/arm/kernel/
Dentry-common.S87 ldr ip, [tsk, #TSK_PTRACE] @ check for syscall tracing
146 ldr ip, [tsk, #TSK_PTRACE] @ check for syscall tracing
149 adr tbl, sys_call_table @ load syscall table pointer
154 cmp scno, #NR_syscalls @ check upper syscall limit
158 2: mov why, #0 @ no longer a real syscall
175 cmp scno, #NR_syscalls @ check upper syscall limit
201 @ r0 = syscall number
202 @ r5 = syscall table
Dentry-header.S218 scno .req r7 @ syscall number
219 tbl .req r8 @ syscall table pointer
220 why .req r8 @ Linux syscall (!= 0)
Dsignal.c52 asmlinkage int do_signal(sigset_t *oldset, struct pt_regs * regs, int syscall);
535 asmlinkage int do_signal(sigset_t *oldset, struct pt_regs *regs, int syscall) in do_signal() argument
653 if (syscall) { in do_signal()
677 if (syscall && in do_signal()
/linux-2.4.37.9/arch/parisc/kernel/
Dsys32.h7 #define KERNEL_SYSCALL(ret, syscall, args...) \ argument
11 ret = syscall(args); \
DMakefile24 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
Dtraps.c251 int syscall_ipi(int (*syscall) (struct pt_regs *), struct pt_regs *regs) in syscall_ipi()
253 return syscall(regs); in syscall_ipi()
/linux-2.4.37.9/arch/mips64/kernel/
Dscall_64.S35 subu t0, v0, __NR_64_Linux # check syscall number
38 ld t1, PT_EPC(sp) # skip syscall on return
45 ld t2, (sys_call_table - (__NR_64_Linux * 8))(t0) # syscall routine
47 sd a3, PT_R26(sp) # save a3 for syscall restarting
49 ld t0, TASK_PTRACE($28) # syscall tracing enabled?
61 sd v0, PT_R0(sp) # set flag for syscall restarting
121 sd v0, PT_R0(sp) # set flag for syscall restarting
Dscall_n32.S39 subu t0, v0, __NR_N32_Linux # check syscall number
43 ld t1, PT_EPC(sp) # skip syscall on return
52 sd a3, PT_R26(sp) # save a3 for syscall restarting
54 ld t0, TASK_PTRACE($28) # syscall tracing enabled?
66 sd v0, PT_R0(sp) # set flag for syscall restarting
125 sd v0, PT_R0(sp) # set flag for syscall restarting
Dscall_o32.S31 ld t1, PT_EPC(sp) # skip syscall on return
33 subu t0, v0, __NR_O32_Linux # check syscall number
56 sd a3, PT_R26(sp) # save a3 for syscall restarting
60 ld t0, TASK_PTRACE($28) # syscall tracing enabled?
72 sd v0, PT_R0(sp) # flag for syscall restarting
140 sd v0, PT_R0(sp) # set flag for syscall restarting
236 ld t0, TASK_PTRACE($28) # syscall tracing enabled?
Dentry.S25 ld t0, TASK_PTRACE($28) # syscall tracing enabled?
DMakefile19 reset.o scall_64.o semaphore.o setup.o signal.o syscall.o \
/linux-2.4.37.9/drivers/pci/
DMakefile34 obj-y += syscall.o
/linux-2.4.37.9/arch/x86_64/kernel/
DMakefile22 pci-dma.o x8664_ksyms.o i387.o syscall.o vsyscall.o \
/linux-2.4.37.9/arch/sh/kernel/
Dentry.S422 ! First check for bad syscall number
427 ! Bad syscall number
430 ! Good syscall number
435 ! Prepare args for do_signal on syscall return
/linux-2.4.37.9/arch/cris/kernel/
Dentry.S265 move.d $r9, $r10 ; do_signals syscall/irq param
282 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp
/linux-2.4.37.9/arch/ppc64/kernel/
Dsignal.c312 setup_trampoline(unsigned int syscall, unsigned int *tramp) in setup_trampoline() argument
319 err |= __put_user(0x38000000UL | (syscall & 0xffff), &tramp[1]); in setup_trampoline()
/linux-2.4.37.9/arch/sh64/
Dconfig.in302 bool "Debug: audit page tables on return from syscall/exception/interrupt" CONFIG_SH64_PAGE_TABLE_A…
/linux-2.4.37.9/Documentation/s390/
DDebugging390.txt1408 the syscall number. They are traced using the simple command.
1412 TR SVC 5 ( as this is the syscall number of open )
1458 e.g. consider tracing an open syscall
/linux-2.4.37.9/Documentation/filesystems/devfs/
DREADME374 An alternative is to create a new open_pty() syscall which does much
/linux-2.4.37.9/
DCREDITS1046 D: prctl() syscall