Searched refs:prev_sp (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c202 info->prev_sp = regs->gr[30];
238 info->prev_sp = info->sp - CALLEE_SAVE_FRAME_SIZE;
239 info->prev_ip = *(unsigned long *)(info->prev_sp - RP_OFFSET);
241 "prev_sp=%lx prev_ip=%lx\n",
242 info->ip, info->prev_sp,
247 info->prev_ip = info->prev_sp = 0;
264 info->prev_sp = sp - 64;
266 if (get_user(tmp, (unsigned long *)(info->prev_sp - RP_OFFSET)))
269 sp = info->prev_sp;
276 "prev_sp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dunwind.h61 unsigned long prev_sp, prev_ip; member in struct:unwind_frame_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_callchain.c40 * Is sp valid as the address of the next kernel stack frame after prev_sp?
44 static int valid_next_sp(unsigned long sp, unsigned long prev_sp) argument
50 if (sp >= prev_sp + STACK_FRAME_OVERHEAD)
56 if ((sp & ~(THREAD_SIZE - 1)) != (prev_sp & ~(THREAD_SIZE - 1)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsystem.h61 "movl %%esp,%[prev_sp]\n\t" /* save ESP */ \
72 : [prev_sp] "=m" (prev->thread.sp), \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind.c1872 unsigned long prev_ip, prev_sp, prev_bsp;
1880 prev_sp = info->sp;
1936 if (info->ip == prev_ip && info->sp == prev_sp && info->bsp == prev_bsp) {
1869 unsigned long prev_ip, prev_sp, prev_bsp; local

Completed in 171 milliseconds