Searched refs:__frame (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dirq_regs.h21 #define get_irq_regs() (__frame)
H A Dprocessor.h95 struct pt_regs *__frame; member in struct:thread_struct
108 .__frame = NULL, \
122 __frame = current->thread.uregs; \
123 __frame->epsw = EPSW_nSL | EPSW_IE | EPSW_IM; \
124 __frame->pc = new_pc; \
125 __frame->sp = new_sp; \
H A Dframe.inc40 mov (__frame),a1
42 mov fp,(__frame)
60 mov (__frame),fp
63 mov d0,(__frame)
H A Dptrace.h91 extern struct pt_regs *__frame; /* current frame pointer */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dirq_regs.h24 #define get_irq_regs() (__frame)
H A Dprocessor.h101 __frame = __kernel_frame0_ptr; \
102 __frame->pc = (_pc); \
103 __frame->psr &= ~PSR_S; \
104 __frame->sp = (_usp); \
H A Dptrace.h74 register struct pt_regs *__frame asm("gr28");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dtraps.c52 info.si_addr = (void __user *) ((epcr0 & EPCR0_V) ? (epcr0 & EPCR0_PC) : __frame->pc);
76 info.si_addr = (void __user *) ((epcr0 & EPCR0_V) ? (epcr0 & EPCR0_PC) : __frame->pc);
78 switch (__frame->tbr & TBR_TT) {
96 (__frame->__status & REG__STATUS_STEPPED) ? TRAP_TRACE : TRAP_BRKPT;
124 if (!user_mode(__frame))
127 switch (__frame->tbr & TBR_TT) {
132 p = (unsigned long __user *) __frame->gr8;
133 x = __frame->gr9;
134 y = __frame->gr10;
162 p = (unsigned long __user *) __frame
[all...]
H A Dsignal.c91 return do_sigaltstack(uss, uoss, __frame->sp);
147 struct sigframe __user *frame = (struct sigframe __user *) __frame->sp;
177 struct rt_sigframe __user *frame = (struct rt_sigframe __user *) __frame->sp;
195 if (do_sigaltstack(&frame->uc.uc_stack, NULL, __frame->sp) == -EFAULT)
235 sp = __frame->sp;
308 __frame->pc = desc.text;
309 __frame->gr15 = desc.GOT;
311 __frame->pc = (unsigned long) ka->sa.sa_handler;
312 __frame->gr15 = 0;
315 __frame
[all...]
H A Dprocess.c162 return do_fork(SIGCHLD, user_stack(__frame), __frame, 0, NULL, NULL);
168 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, user_stack(__frame), __frame, 0,
182 newsp = user_stack(__frame);
183 return do_fork(clone_flags, newsp, __frame, 0, parent_tidptr, child_tidptr);
261 error = do_execve(filename, argv, envp, __frame);
H A Dptrace.c360 __frame->__status |= REG__STATUS_SYSC_ENTRY;
361 if (tracehook_report_syscall_entry(__frame)) {
365 * __frame->syscallno
370 return __frame->syscallno;
378 __frame->__status |= REG__STATUS_SYSC_EXIT;
379 tracehook_report_syscall_exit(__frame, 0);
H A Ddebug-stub.c77 *__debug_frame = *__frame;
78 __frame = __debug_frame->next_frame;
H A Dhead.S452 lddi @(gr28,#0),gr28 ; load __frame & current
H A Dgdb-stub.c1374 * __frame points to the kernel mode exception frame, if it was in kernel
1589 temp = (unsigned long) __frame;
1670 __frame = (struct pt_regs *) temp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dextable.c48 if (__frame->lr == (unsigned long) &__memset_user_error_lr &&
58 if (__frame->lr == (unsigned long) &__memcpy_user_error_lr &&
H A Dfault.c60 if (!user_mode(__frame) && (esr0 & ESR0_ATXC) == ESR0_ATXC_AMRTLB_MISS) {
86 if (user_mode(__frame)) {
93 if ((ear0 & PAGE_MASK) + 2 * PAGE_SIZE < __frame->sp) {
113 if (!(user_mode(__frame)))
114 printk("WP fault at %08lx\n", __frame->pc);
164 if (user_mode(__frame)) {
175 if ((fixup = search_exception_table(__frame->pc)) != 0) {
176 __frame->pc = fixup;
192 printk(" PC : %08lx\n", __frame->pc);
234 if (!user_mode(__frame))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dprocess.c220 c_uregs->e2 = __frame->d3;
238 p->thread.__frame = c_kregs;
250 * - tlsptr is retrieved by copy_thread() from __frame->d3
256 return do_fork(clone_flags, newsp ?: __frame->sp, __frame, 0,
262 return do_fork(SIGCHLD, __frame->sp, __frame, 0, NULL, NULL);
267 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, __frame->sp, __frame,
282 error = do_execve(filename, argv, envp, __frame);
[all...]
H A Dswitch_to.S38 mov (__frame),d0
62 mov a2,(__frame)
H A Dsignal.c94 return do_sigaltstack(uss, uoss, __frame->sp);
159 struct sigframe __user *frame = (struct sigframe __user *) __frame->sp;
179 if (restore_sigcontext(__frame, &frame->sc, &d0))
195 (struct rt_sigframe __user *) __frame->sp;
210 if (restore_sigcontext(__frame, &frame->uc.uc_mcontext, &d0))
213 if (do_sigaltstack(&frame->uc.uc_stack, NULL, __frame->sp) == -EFAULT)
575 tracehook_notify_resume(__frame);
H A Dasm-offsets.c69 OFFSET(THREAD_FRAME, thread_struct, __frame);
H A Dtraps.c48 struct pt_regs *__frame; /* current frame pointer */ variable in typeref:struct:pt_regs
49 EXPORT_SYMBOL(__frame); variable

Completed in 114 milliseconds