Searched refs:syscall (Results 26 - 50 of 122) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/v850/kernel/
H A Dprocess.c76 register unsigned long syscall asm (SYSCALL_NUM);
82 /* Clone this thread. Note that we don't pass the clone syscall's
86 syscall = __NR_clone;
88 : "=r" (ret), "=r" (syscall)
89 : "1" (syscall), "r" (arg0)
95 syscall = __NR_exit;
97 : "=r" (ret), "=r" (syscall)
98 : "1" (syscall), "r" (arg0)
126 2) The outermost one (nearest the top) is what a syscall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dkernel_thread.S39 setlos.p #__NR_clone,gr7 ; syscall number
40 ori gr10,#CLONE_VM,gr8 ; first syscall arg [clone_flags]
41 sethi.p #0xe4e4,gr9 ; second syscall arg [newsp]
43 setlos.p #0,gr10 ; third syscall arg [parent_tidptr]
44 setlos #0,gr11 ; fourth syscall arg [child_tidptr]
57 setlos #__NR_exit,gr7 ; syscall number
H A Dkernel_execve.S23 # On return: GR8: syscall return.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-ppc/
H A Dsyscalls.h10 #define EXECUTE_SYSCALL(syscall, regs) \
11 (*sys_call_table[syscall])(UM_SYSCALL_ARG1(&regs), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Daudit.c36 int audit_classify_syscall(int abi, unsigned syscall) argument
38 switch(syscall) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A DMakefile1 obj-y += vsyscall.o vsyscall-syscall.o
3 $(obj)/vsyscall-syscall.o: \
24 $(call if_changed,syscall)
36 $(call if_changed,syscall)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) argument
45 return ppc32_classify_syscall(syscall);
47 switch(syscall) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) argument
45 return s390_classify_syscall(syscall);
47 switch(syscall) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) argument
45 return sparc32_classify_syscall(syscall);
47 switch(syscall) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dmem.c68 unsigned long * syscall; local
104 syscall = (unsigned long *)((unsigned long)data + data[0]);
105 printk("do_syscall_stub: syscall %ld failed, return value = "
107 syscall[0], ret, syscall[7]);
108 printk(" syscall parameters: "
110 syscall[1], syscall[2], syscall[3],
111 syscall[
129 run_syscall_stub(struct mm_id * mm_idp, int syscall, unsigned long *args, long expected, void **addr, int done) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) argument
45 return ia32_classify_syscall(syscall);
47 switch(syscall) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Daudit.c40 int audit_classify_syscall(int abi, unsigned syscall) argument
45 return ia32_classify_syscall(syscall);
47 switch(syscall) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Drmmod.c11 #include <sys/syscall.h>
62 if (syscall(__NR_delete_module, NULL, flags) != 0) {
87 if (syscall(__NR_delete_module, ENABLE_FEATURE_2_6_MODULES ? misc_buf : argv[n], flags)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A DMakefile9 setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsignal-common.h32 extern int install_sigtramp(unsigned int __user *tramp, unsigned int syscall);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dstub.S6 syscall
42 /* load syscall-# */
45 /* load syscall params */
53 /* execute syscall */
54 syscall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dvsyscall-syscall.S2 * Code for the vsyscall page. This version uses the syscall instruction.
19 syscall
68 #define SYSCALL_ENTER_KERNEL syscall
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-common.S19 * This is the fast syscall return path. We do as little as
52 mov r2, why @ 'syscall'
59 * "slow" syscall return path. "why" tells us if this was a real syscall.
86 ldr r1, [tsk, #TI_FLAGS] @ check for syscall tracing
157 * Pure EABI user space always put syscall number into scno (r7).
189 adr tbl, sys_call_table @ load syscall table pointer
190 ldr ip, [tsk, #TI_FLAGS] @ check for syscall tracing
196 * If this is an old ABI call, get the syscall number into scno and
197 * get the old ABI syscall tabl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A Dproxy.c33 int (*syscall)(debugger_state *debugger, pid_t child),
56 debugger->handle_trace = syscall;
68 * Handle debugger trap, i.e. syscall.
74 int syscall, ret = 0; local
76 syscall = get_syscall(debugger->pid, &arg1, &arg2, &arg3, &arg4,
79 switch(syscall){
152 int syscall; local
154 syscall = get_syscall(pid, &arg1, &arg2, &arg3, &arg4, &arg5);
156 if((syscall == __NR_wait4)
158 || (syscall
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_sysdeps.h29 #include <sys/syscall.h>
116 return syscall(__NR_inotify_init);
121 return syscall(__NR_inotify_add_watch, fd, name, mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtrap_user.c41 r->syscall = -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A DMakefile8 obj-y += syscall_table.o syscall-stubs.o irq.o
H A Dsignal.c222 sigset_t *oldset, struct pt_regs *regs, int syscall)
259 int do_signal(struct pt_regs *regs, sigset_t *oldset, int syscall) argument
286 if (syscall) {
315 handle_signal(signr, &ka, &info, oldset, regs, syscall);
321 int syscall = 0; local
324 syscall = 1;
327 do_signal(regs, &current->blocked, syscall);
221 handle_signal(unsigned long sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *oldset, struct pt_regs *regs, int syscall) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Duuid.c17 #include <sys/syscall.h>
40 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts);
151 syscall(__NR_clock_gettime, CLOCK_REALTIME, &ts);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Duuid.c31 #include <sys/syscall.h>
54 syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts);
165 syscall(__NR_clock_gettime, CLOCK_REALTIME, &ts);

Completed in 155 milliseconds

12345