pt_regs           306 arch/x86/ia32/ia32_signal.c 	struct pt_regs tregs;
pt_regs           709 arch/x86/kernel/apic_32.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs           592 arch/x86/kernel/apic_64.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs            68 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EBX, pt_regs, bx);
pt_regs            69 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_ECX, pt_regs, cx);
pt_regs            70 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EDX, pt_regs, dx);
pt_regs            71 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_ESI, pt_regs, si);
pt_regs            72 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EDI, pt_regs, di);
pt_regs            73 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EBP, pt_regs, bp);
pt_regs            74 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EAX, pt_regs, ax);
pt_regs            75 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_DS,  pt_regs, ds);
pt_regs            76 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_ES,  pt_regs, es);
pt_regs            77 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_FS,  pt_regs, fs);
pt_regs            78 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_ORIG_EAX, pt_regs, orig_ax);
pt_regs            79 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EIP, pt_regs, ip);
pt_regs            80 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_CS,  pt_regs, cs);
pt_regs            81 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_EFLAGS, pt_regs, flags);
pt_regs            82 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_OLDESP, pt_regs, sp);
pt_regs            83 arch/x86/kernel/asm-offsets_32.c 	OFFSET(PT_OLDSS,  pt_regs, ss);
pt_regs            97 arch/x86/kernel/asm-offsets_64.c #define ENTRY(entry) DEFINE(pt_regs_ ## entry, offsetof(struct pt_regs, entry))
pt_regs           938 arch/x86/kernel/cpu/common.c struct pt_regs * __cpuinit idle_regs(struct pt_regs *regs)
pt_regs           940 arch/x86/kernel/cpu/common.c 	memset(regs, 0, sizeof(struct pt_regs));
pt_regs            11 arch/x86/kernel/cpu/mcheck/mce.h extern void (*machine_check_vector)(struct pt_regs *, long error_code);
pt_regs            31 arch/x86/kernel/cpu/mcheck/mce_32.c void (*machine_check_vector)(struct pt_regs *, long error_code) = unexpected_machine_check;
pt_regs            58 arch/x86/kernel/cpu/mcheck/p4.c static void (*vendor_thermal_interrupt)(struct pt_regs *regs) = unexpected_thermal_interrupt;
pt_regs            41 arch/x86/kernel/crash.c 	struct pt_regs *regs;
pt_regs            43 arch/x86/kernel/crash.c 	struct pt_regs fixed_regs;
pt_regs           322 arch/x86/kernel/i387.c 		struct pt_regs *regs = task_pt_regs(tsk);
pt_regs           136 arch/x86/kernel/ioport.c 	struct pt_regs *regs = (struct pt_regs *)&regsp;
pt_regs           224 arch/x86/kernel/irq_32.c 	struct pt_regs *old_regs;
pt_regs           190 arch/x86/kernel/irq_64.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs           444 arch/x86/kernel/kgdb.c 	struct pt_regs *regs = args->regs;
pt_regs          1035 arch/x86/kernel/kprobes.c 			struct pt_regs *saved_regs = &kcb->jprobe_saved_regs;
pt_regs           208 arch/x86/kernel/process_32.c 	struct pt_regs regs;
pt_regs           302 arch/x86/kernel/process_32.c 	struct pt_regs * childregs;
pt_regs           317 arch/x86/kernel/process_64.c 	struct pt_regs *childregs;
pt_regs           320 arch/x86/kernel/process_64.c 	childregs = ((struct pt_regs *)
pt_regs            77 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, bx) != 0);
pt_regs           152 arch/x86/kernel/ptrace.c 	BUILD_BUG_ON(offsetof(struct pt_regs, r15) != 0);
pt_regs           296 arch/x86/kernel/ptrace.c 	struct pt_regs *regs = task_pt_regs(task);
pt_regs          1161 arch/x86/kernel/ptrace.c 	struct pt_regs *regs = task_pt_regs(child);
pt_regs          1226 arch/x86/kernel/ptrace.c 	struct pt_regs *regs = task_pt_regs(child);
pt_regs           109 arch/x86/kernel/signal_32.c 	struct pt_regs *regs = (struct pt_regs *)&bx;
pt_regs           175 arch/x86/kernel/signal_32.c 	struct pt_regs *regs;
pt_regs           179 arch/x86/kernel/signal_32.c 	regs = (struct pt_regs *) &__unused;
pt_regs           248 arch/x86/kernel/signal_32.c 	struct pt_regs *regs = (struct pt_regs *)&__unused;
pt_regs           840 arch/x86/kernel/smpboot.c 		c_idle.idle->thread.sp = (unsigned long) (((struct pt_regs *)
pt_regs           107 arch/x86/kernel/step.c 	struct pt_regs *regs = task_pt_regs(child);
pt_regs           365 arch/x86/kernel/tlb_uv.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs           236 arch/x86/kernel/traps.c dotraplinkage void do_##name(struct pt_regs *regs, long error_code)	\
pt_regs           246 arch/x86/kernel/traps.c dotraplinkage void do_##name(struct pt_regs *regs, long error_code)	\
pt_regs           530 arch/x86/kernel/traps.c asmlinkage __kprobes struct pt_regs *sync_regs(struct pt_regs *eregs)
pt_regs           532 arch/x86/kernel/traps.c 	struct pt_regs *regs = eregs;
pt_regs           534 arch/x86/kernel/traps.c 	if (eregs == (struct pt_regs *)eregs->sp)
pt_regs           542 arch/x86/kernel/traps.c 		regs = (struct pt_regs *)(eregs->sp -= sizeof(struct pt_regs));
pt_regs           126 arch/x86/kernel/vm86_32.c struct pt_regs *save_v86_state(struct kernel_vm86_regs *regs)
pt_regs           129 arch/x86/kernel/vm86_32.c 	struct pt_regs *ret;
pt_regs           355 arch/x86/kernel/vm86_32.c 	struct pt_regs *regs32;
pt_regs           991 arch/x86/mach-voyager/voyager_smp.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs           999 arch/x86/mach-voyager/voyager_smp.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs          1037 arch/x86/mach-voyager/voyager_smp.c 	struct pt_regs *old_regs = set_irq_regs(regs);
pt_regs            29 arch/x86/oprofile/op_x86_model.h struct pt_regs;
pt_regs            41 arch/x86/oprofile/op_x86_model.h 	int (*check_ctrs)(struct pt_regs * const regs,
pt_regs           256 arch/x86/xen/smp.c 	ctxt->user_regs.esp = idle->thread.sp0 - sizeof(struct pt_regs);
pt_regs          1220 fs/exec.c      			int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
pt_regs            46 include/asm-cris/arch-v10/processor.h 	eip = ((struct pt_regs *)regs)->irp; \
pt_regs            40 include/asm-cris/arch-v32/processor.h 		eip = ((struct pt_regs *)regs)->erp;	    \
pt_regs            44 include/asm-cris/processor.h #define user_regs(thread_info) (((struct pt_regs *)((unsigned long)(thread_info) + THREAD_SIZE)) - 1)
pt_regs            18 include/asm-cris/sigcontext.h 	struct pt_regs regs;  /* needs to be first */
pt_regs            64 include/asm-frv/elf.h #define ELF_NGREG (sizeof(struct pt_regs) / sizeof(elf_greg_t))
pt_regs            60 include/asm-frv/processor.h 	struct pt_regs		*frame;		/* [GR28] exception frame ptr for this thread */
pt_regs            70 include/asm-frv/processor.h 		struct pt_regs		*frame0;	/* top (user) stack frame */
pt_regs            75 include/asm-frv/processor.h extern struct pt_regs *__kernel_frame0_ptr;
pt_regs            82 include/asm-frv/processor.h 	((struct pt_regs *) \
pt_regs            72 include/asm-frv/ptrace.h register struct pt_regs *__frame asm("gr28");
pt_regs           118 include/asm-frv/registers.h 	struct pt_regs		*next_frame;	/* GR28 - next exception frame */
pt_regs           211 include/asm-frv/registers.h 		struct pt_regs		regs;
pt_regs            23 include/asm-generic/irq_regs.h static inline struct pt_regs *get_irq_regs(void)
pt_regs            28 include/asm-generic/irq_regs.h static inline struct pt_regs *set_irq_regs(struct pt_regs *new_regs)
pt_regs            30 include/asm-generic/irq_regs.h 	struct pt_regs *old_regs, **pp_regs = &__get_cpu_var(__irq_regs);
pt_regs            23 include/asm-generic/syscall.h struct pt_regs;
pt_regs            66 include/asm-m32r/elf.h #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t))
pt_regs           121 include/asm-m32r/elf.h 	memcpy((char *)pr_reg, (char *)regs, sizeof (struct pt_regs));
pt_regs            81 include/asm-m32r/ptrace.h 	struct pt_regs *pt_regs;
pt_regs           144 include/asm-m32r/ptrace.h         ((struct pt_regs *)(task_stack_page(task) + THREAD_SIZE) - 1)
pt_regs            10 include/asm-m32r/sigcontext.h 	struct pt_regs *sc_pt_regs;
pt_regs           159 include/asm-m32r/signal.h struct pt_regs;
pt_regs            33 include/asm-m32r/user.h 	struct pt_regs	regs;			/* entire machine state */
pt_regs            63 include/asm-m68k/irq.h struct pt_regs;
pt_regs             7 include/asm-m68k/machdep.h struct pt_regs;
pt_regs           124 include/asm-m68k/processor.h 	      eip = ((struct pt_regs *) (tsk)->thread.esp0)->pc; \
pt_regs           201 include/asm-m68k/signal.h struct pt_regs;
pt_regs           207 include/asm-m68k/traps.h     struct pt_regs ptregs;
pt_regs            37 include/asm-mn10300/elf.h #define ELF_NGREG (sizeof (struct pt_regs) / sizeof(elf_greg_t))
pt_regs            69 include/asm-mn10300/elf.h 	struct pt_regs *_ur = current->thread.uregs;			\
pt_regs            95 include/asm-mn10300/exceptions.h struct pt_regs;
pt_regs            89 include/asm-mn10300/processor.h 	struct pt_regs		*uregs;		/* userspace register frame */
pt_regs            95 include/asm-mn10300/processor.h 	struct pt_regs		*__frame;
pt_regs           148 include/asm-mn10300/processor.h        struct pt_regs *__regs__;					\
pt_regs           149 include/asm-mn10300/processor.h        __regs__ = (struct pt_regs *) (KSTK_TOP(task_stack_page(task)) - 8); \
pt_regs            73 include/asm-mn10300/ptrace.h 	struct pt_regs		*next;		/* next frame pointer */
pt_regs            80 include/asm-mn10300/ptrace.h extern struct pt_regs *__frame; /* current frame pointer */
pt_regs           166 include/asm-mn10300/signal.h struct pt_regs;
pt_regs            89 include/asm-mn10300/thread_info.h 	((struct pt_regs *)						\
pt_regs            90 include/asm-mn10300/thread_info.h 	 ((unsigned long) init_stack + THREAD_SIZE - sizeof(struct pt_regs)))
pt_regs            27 include/asm-mn10300/user.h 	struct pt_regs regs;		/* Where the registers are actually stored */
pt_regs           151 include/asm-parisc/compat.h 	struct pt_regs *regs = &current->thread.regs;
pt_regs           299 include/asm-parisc/elf.h struct pt_regs;	/* forward declaration... */
pt_regs            14 include/asm-parisc/machdep.h extern void (*cpu_lpmc)(int, struct pt_regs *);
pt_regs           124 include/asm-parisc/processor.h 	struct pt_regs regs;
pt_regs            48 include/asm-parisc/ptrace.h #define task_regs(task) ((struct pt_regs *) ((char *)(task) + TASK_REGS))
pt_regs             5 include/asm-parisc/traps.h struct pt_regs;
pt_regs            11 include/asm-parisc/unaligned.h struct pt_regs;
pt_regs             9 include/asm-um/processor-generic.h struct pt_regs;
pt_regs            29 include/asm-um/processor-generic.h 	struct pt_regs regs;
pt_regs           209 include/asm-x86/compat.h 	struct pt_regs *regs = task_pt_regs(current);
pt_regs            14 include/asm-x86/irq_regs_32.h static inline struct pt_regs *get_irq_regs(void)
pt_regs            19 include/asm-x86/irq_regs_32.h static inline struct pt_regs *set_irq_regs(struct pt_regs *new_regs)
pt_regs            21 include/asm-x86/irq_regs_32.h 	struct pt_regs *old_regs;
pt_regs             6 include/asm-x86/kdebug.h struct pt_regs;
pt_regs            30 include/asm-x86/kprobes.h struct pt_regs;
pt_regs            80 include/asm-x86/kprobes.h 	struct pt_regs jprobe_saved_regs;
pt_regs           159 include/asm-x86/processor.h extern struct pt_regs *idle_regs(struct pt_regs *);
pt_regs           873 include/asm-x86/processor.h        struct pt_regs *__regs__;                                       \
pt_regs           874 include/asm-x86/processor.h        __regs__ = (struct pt_regs *)(KSTK_TOP(task_stack_page(task))-8); \
pt_regs           914 include/asm-x86/processor.h #define task_pt_regs(tsk)	((struct pt_regs *)(tsk)->thread.sp0 - 1)
pt_regs             4 include/asm-x86/reboot.h struct pt_regs;
pt_regs            11 include/asm-x86/reboot.h 	void (*crash_shutdown)(struct pt_regs *);
pt_regs           249 include/asm-x86/signal.h struct pt_regs;
pt_regs            26 include/asm-x86/suspend_64.h 	struct pt_regs regs;
pt_regs           145 include/asm-x86/vm86.h 	struct pt_regs pt;
pt_regs           172 include/asm-x86/vm86.h 	struct pt_regs *regs32;   /* here we save the pointer to the old regs */
pt_regs           189 include/asm-x86/vm86.h struct pt_regs *save_v86_state(struct kernel_vm86_regs *);
pt_regs           116 include/asm-xtensa/ptrace.h # define task_pt_regs(tsk) ((struct pt_regs*) \
pt_regs            11 include/asm-xtensa/syscall.h struct pt_regs;
pt_regs             6 include/linux/binfmts.h struct pt_regs;
pt_regs            69 include/linux/binfmts.h 	int (*load_binary)(struct linux_binprm *, struct  pt_regs * regs);
pt_regs            71 include/linux/binfmts.h 	int (*core_dump)(long signr, struct pt_regs *regs, struct file *file, unsigned long limit);
pt_regs            13 include/linux/bug.h struct pt_regs;
pt_regs           110 include/linux/elfcore.h 	*(struct pt_regs *)elfregs = *regs;
pt_regs             9 include/linux/kdebug.h 	struct pt_regs *regs;
pt_regs           108 include/linux/kernel.h struct pt_regs;
pt_regs           207 include/linux/kexec.h struct pt_regs;
pt_regs            23 include/linux/kgdb.h struct pt_regs;
pt_regs            53 include/linux/kprobes.h struct pt_regs;
pt_regs             8 include/linux/mmiotrace.h struct pt_regs;
pt_regs            45 include/linux/oprofile.h struct pt_regs;
pt_regs            69 include/linux/oprofile.h 	void (*backtrace)(struct pt_regs * const regs, unsigned int depth);
pt_regs            11 include/linux/personality.h struct pt_regs;
pt_regs            17 include/linux/profile.h struct pt_regs;
pt_regs            81 include/linux/profile.h struct pt_regs;
pt_regs            55 include/linux/reboot.h struct pt_regs;
pt_regs           242 include/linux/signal.h struct pt_regs;
pt_regs            17 include/linux/sysrq.h struct pt_regs;
pt_regs          1299 kernel/fork.c  noinline struct pt_regs * __cpuinit __attribute__((weak)) idle_regs(struct pt_regs *regs)
pt_regs          1301 kernel/fork.c  	memset(regs, 0, sizeof(struct pt_regs));
pt_regs          1308 kernel/fork.c  	struct pt_regs regs;
pt_regs          1075 kernel/kexec.c 			struct pt_regs fixed_regs;
pt_regs            69 kernel/kgdb.c  	struct pt_regs		*linux_regs;
pt_regs          1542 kernel/kgdb.c  		kgdb_wait((struct pt_regs *)regs);
pt_regs            38 kernel/profile.c static int (*timer_hook)(struct pt_regs *) __read_mostly;
pt_regs           408 kernel/profile.c 	struct pt_regs *regs = get_irq_regs();
pt_regs          4346 kernel/sched.c 	struct pt_regs *regs = get_irq_regs();
pt_regs           100 kernel/softlockup.c 	struct pt_regs *regs = get_irq_regs();
pt_regs           470 kernel/time/tick-sched.c 	struct pt_regs *regs = get_irq_regs();
pt_regs           573 kernel/time/tick-sched.c 	struct pt_regs *regs = get_irq_regs();
pt_regs           112 kernel/trace/trace_sysprof.c 	stack = ((char *)regs + sizeof(struct pt_regs));
pt_regs           157 kernel/trace/trace_sysprof.c 		regs = (struct pt_regs *)current->thread.sp0 - 1;
pt_regs            10 lib/syscall.c  	struct pt_regs *regs = task_pt_regs(target);