Searched refs:pt_regs (Results 1 - 24 of 24) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dbinfmts.h6 struct pt_regs;
/external/ltrace/sysdeps/linux-gnu/arm/
H A Dptrace.h26 struct pt_regs regs;
H A Dfetch.c48 struct pt_regs regs;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h17 struct pt_regs { struct
43 struct pt_regs { struct
/external/oprofile/module/x86/
H A Dop_x86_model.h31 struct pt_regs;
40 struct pt_regs * const regs);
H A Dop_syscalls.c35 asmlinkage static int (*old_sys_fork)(struct pt_regs);
36 asmlinkage static int (*old_sys_vfork)(struct pt_regs);
37 asmlinkage static int (*old_sys_clone)(struct pt_regs);
38 asmlinkage static int (*old_sys_execve)(struct pt_regs);
115 asmlinkage static int my_sys_execve(struct pt_regs regs)
220 asmlinkage static int my_sys_fork(struct pt_regs regs)
235 asmlinkage static int my_sys_vfork(struct pt_regs regs)
249 asmlinkage static int my_sys_clone(struct pt_regs regs)
H A Dop_rtc.c30 static void do_rtc_interrupt(int irq, void * dev_id, struct pt_regs * regs)
H A Dop_model_athlon.c87 struct pt_regs * const regs)
H A Dop_model_ppro.c83 struct pt_regs * const regs)
H A Dop_nmi.c46 asmlinkage void op_do_nmi(struct pt_regs * regs)
H A Dop_model_p4.c625 struct pt_regs * const regs)
/external/ltrace/sysdeps/linux-gnu/sparc/
H A Dptrace.h38 struct pt_regs regs;
/external/linux-tools-perf/perf-3.12.0/arch/ia64/include/asm/
H A Dunistd.h46 struct pt_regs;
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dptrace.h30 struct pt_regs { struct
/external/oprofile/module/ia64/
H A Dop_pmu.c54 op_do_pmu_interrupt(u64 pmc0, struct pt_regs * regs)
70 op_raw_pmu_interrupt(int irq, void * arg, struct pt_regs * regs)
208 struct pt_regs * regs;
210 regs = (struct pt_regs *)((unsigned long) current + IA64_STK_OFFSET);
289 struct pt_regs * regs;
294 regs = (struct pt_regs *)((unsigned long) p + IA64_STK_OFFSET);
297 * position on pt_regs saved on stack on 1st entry into the kernel
314 struct pt_regs * regs;
342 regs = (struct pt_regs *)((unsigned long) current + IA64_STK_OFFSET);
355 struct pt_regs * reg
[all...]
H A Dop_syscalls.c158 my_sys_execve (char * filename, char **argv, char **envp, struct pt_regs * regs)
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dperf_event.h83 struct pt_regs *regs;
271 struct pt_regs *regs);
611 struct pt_regs *regs);
615 struct pt_regs *regs);
632 extern void __perf_sw_event(u32, u64, struct pt_regs *, u64);
635 static inline void perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { }
646 static inline void perf_fetch_caller_regs(struct pt_regs *regs)
654 perf_sw_event(u32 event_id, u64 nr, struct pt_regs *regs, u64 addr)
656 struct pt_regs hot_regs;
696 extern void perf_callchain_user(struct perf_callchain_entry *entry, struct pt_regs *reg
[all...]
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dptrace.h120 * stack during a system call. Note that sizeof(struct pt_regs)
124 struct pt_regs { struct
H A Dkvm.h56 struct pt_regs usr_regs; /* R0_usr - R14_usr, PC, CPSR */
/external/strace/
H A Ddefs.h167 # include <asm/ptrace.h> /* struct pt_regs */
309 /* Indexes into the pt_regs.u_reg[] array -- UREG_XX from kernel are all off
381 extern struct pt_regs sparc_regs;
383 extern struct pt_regs arm_regs;
385 extern struct pt_regs tile_regs;
387 extern struct pt_regs ppc_regs;
H A Dsignal.c63 struct pt_regs si_regs;
886 struct pt_regs regs;
H A Dsyscall.c691 * On i386, pt_regs and user_regs_struct are the same,
694 * PTRACE_GETREGS fills them too, so struct pt_regs would overflow.
729 struct pt_regs ppc_regs;
735 struct pt_regs arm_regs; /* not static */
751 static struct pt_regs avr32_regs;
753 struct pt_regs sparc_regs; /* not static */
771 struct pt_regs tile_regs;
H A Dutil.c1259 typedef struct pt_regs arg_setup_state;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc30 # include <linux/user.h> // for pt_regs
412 typedef pt_regs regs_struct;
428 typedef pt_regs regs_struct;

Completed in 5261 milliseconds