Searched refs:syscall (Results 51 - 75 of 133) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A DMakefile14 signal.o smp.o syscall.o sysrq.o time.o tlb.o trap.o uaccess.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dptrace.h48 #define EXC_TABLE_SYSCALL_SAVE 0x014 /* For fast syscall handler */
100 unsigned long syscall; /* 56 */ member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A DMakefile8 setup.o signal.o syscall.o time.o traps.o vectors.o platform.o \
H A Dsignal.c199 regs->syscall = -1; /* disable syscall checks */
388 /* Create sys_rt_sigreturn syscall in stack frame */
508 if ((signed)regs->syscall >= 0) {
525 regs->areg[2] = regs->syscall;
557 if ((signed) regs->syscall >= 0) {
563 regs->areg[2] = regs->syscall;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/events/
H A Dsyscalls.h11 #include <asm/syscall.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dsyscall.c4 #include <asm/syscall.h>
39 * as when it's stopped for signal handling or syscall exit tracing.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsys_m32r.c28 #include <asm/syscall.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_syscalls.c1 #include <trace/syscall.h>
7 #include <asm/syscall.h>
26 /* All syscall exit events have the same fields */
72 static struct syscall_metadata *find_syscall_meta(unsigned long syscall) argument
81 kallsyms_lookup(syscall, NULL, NULL, NULL, str);
86 * syscall wrappers may have syscalls symbols aliases prefixed
112 int i, ret, syscall; local
115 syscall = trace->nr;
116 entry = syscall_nr_to_meta(syscall);
164 int syscall; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dentry.S99 # perform work that needs to be done immediately before resumption and syscall
125 # is there any work to be done other than syscall tracing?
139 # perform syscall entry tracing
144 call syscall_trace_entry[],0 # returns the syscall number to actually use
155 # userspace resumption stub bypassing syscall exit tracing
207 # it's not a syscall
406 .long sys_ni_syscall /* old break syscall holder */
420 .long sys_ni_syscall /* old stty syscall holder */
421 .long sys_ni_syscall /* old gtty syscall holder */
424 .long sys_ni_syscall /* 35 - old ftime syscall holde
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dentry.S305 # other than syscall tracing?
402 sw r4, [r0, PT_ORIG_R4] #for restart syscall
403 sw r7, [r0, PT_ORIG_R7] #for restart syscall
404 sw r27, [r0, PT_IS_SYSCALL] # it from syscall
406 lw r9, [r0, PT_EPC] # skip syscall on return
410 cmpi.c r27, __NR_syscalls # check syscall number
413 slli r8, r27, 2 # get syscall routine
416 lw r10, [r11] # get syscall entry
470 sw r4, [r0, PT_R0] # set flag for syscall
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dafs_settoken.c33 #include <sys/syscall.h>
41 return( syscall( SYS_afs_syscall, subcall, path, cmd, cmarg, follow));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dprivileges.c59 syscall(164, a, b, c);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A DMakefile8 pa7300lc.o syscall.o entry.o sys_parisc.o firmware.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dftrace.c15 #include <trace/syscall.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-header.S20 @ the addition of 8 bytes for storing syscall args 5 and 6.
169 * These are the registers used in the syscall handler, and allow us to
178 scno .req r7 @ syscall number
179 tbl .req r8 @ syscall table pointer
180 why .req r8 @ Linux syscall (!= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dscall32-o32.S24 /* Highest syscall used of any syscall flavour */
35 lw t1, PT_EPC(sp) # skip syscall on return
37 subu v0, v0, __NR_O32_Linux # check syscall number
46 lw t2, (t1) # syscall routine
50 sw a3, PT_R26(sp) # save a3 for syscall restarting
54 lw t0, TI_FLAGS($28) # syscall tracing enabled?
66 lw t1, PT_R2(sp) # syscall number
68 sw t1, PT_R0(sp) # save it for syscall restarting
107 lw t1, PT_R2(sp) # syscall numbe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Daio.c40 return syscall(__NR_io_setup, n, ctxp);
45 return syscall(__NR_io_submit, ctx, nr, iocbpp);
51 return syscall(__NR_io_getevents, ctx_id, min_nr, nr, events, timeout);
H A Dstart_up.c44 * This syscall will be intercepted by the parent. Don't call more than
194 " Turns off syscall emulation patch for ptrace (SYSEMU) on.\n"
206 non_fatal("Checking syscall emulation patch for ptrace...");
242 non_fatal("Checking advanced syscall emulation patch for ptrace...");
298 int pid, syscall, n, status; local
320 syscall = ptrace(PTRACE_PEEKUSR, pid, PT_SYSCALL_NR_OFFSET,
322 if (syscall == __NR_getpid) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify_inotify.c42 return syscall(__NR_inotify_init);
47 return syscall(__NR_inotify_add_watch, fd, path, mask);
52 return syscall(__NR_inotify_rm_watch, fd, wd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnfsctl.c10 #include <linux/nfsd/syscall.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dftrace.c7 #include <trace/syscall.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dthread_info.h59 __u32 syscall; /* syscall number */ member in struct:thread_info
131 * TIF_SYSCALL_TRACE - syscall trace active
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A DMakefile64 obj-$(CONFIG_PCI_SYSCALL) += syscall.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Dptrace.h17 /* syscall emulation path in ptrace */
57 long syscall; member in struct:uml_pt_regs
73 #define UPT_ORIG_EAX(r) ((r)->syscall)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/vdso/
H A DMakefile66 vdso32.so-$(CONFIG_COMPAT) += syscall
141 clean-files := vdso32-syscall* vdso32-sysenter* vdso32-int80*

Completed in 122 milliseconds

123456