Searched refs:ksp (Results 51 - 75 of 76) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dtraps.c130 stack = (unsigned long *)task->thread.ksp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dasm-offsets.c82 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/boot/
H A Dbootpz.c122 pcb_va->ksp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dinit.c95 pcb->ksp = sp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dtraps_64.c2142 unsigned long fp, thread_base, ksp; local
2149 ksp = (unsigned long) _ksp;
2153 if (ksp == 0UL) {
2155 asm("mov %%fp, %0" : "=r" (ksp));
2157 ksp = tp->ksp;
2162 fp = ksp + STACK_BIAS;
2517 TI_KSP != offsetof(struct thread_info, ksp) ||
H A Dperf_event.c1303 unsigned long ksp, fp; local
1311 ksp = regs->u_regs[UREG_I6];
1312 fp = ksp + STACK_BIAS;
H A Dtraps_32.c439 TI_KSP != offsetof(struct thread_info, ksp) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dkgdb.c223 struct pt_regs *regs = (struct pt_regs *)(p->thread.ksp +
H A Dprocess.c724 p->thread.ksp = sp;
1063 sp = p->thread.ksp;
1107 sp = tsk->thread.ksp;
H A Dasm-offsets.c81 DEFINE(KSP, offsetof(struct thread_struct, ksp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dasm-offsets.c25 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp));
H A Dptrace.c1097 unsigned long ksp = kernel_stack_pointer(regs); local
1099 return (addr & ~(THREAD_SIZE - 1)) == (ksp & ~(THREAD_SIZE - 1));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dasm-offsets.c36 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
H A Dkgdb.c85 gdb_regs[BFIN_SP] = p->thread.ksp;
H A Dprocess.c203 p->thread.ksp = (unsigned long)childregs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dunwind.c363 r2->gr[30] = r->ksp;
H A Dasm-offsets.c145 DEFINE(TASK_PT_KSP, offsetof(struct task_struct, thread.regs.ksp));
234 DEFINE(PT_KSP, offsetof(struct pt_regs, ksp));
H A Dtraps.c426 regs->ksp = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dstack.c298 sp = t->thread.ksp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dasm-offsets.c65 DEFINE(IA64_TASK_THREAD_KSP_OFFSET, offsetof (struct task_struct, thread.ksp));
H A Dprocess.c476 p->thread.ksp = (unsigned long) child_stack - 16;
H A Dptrace.c855 sw = (struct switch_stack *) (child->thread.ksp + 16);
1000 sw = (struct switch_stack *) (child->thread.ksp + 16);
H A Dmca.c1095 * thread.ksp is updated to point to the synthesized switch_stack.
1111 previous_current->thread.ksp = (u64)p - 16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxen_pv_ops.c68 current->thread.ksp = (__u64)info->sw - 16;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dsmp.c306 hwpcb->ksp = (unsigned long)ipcb + sizeof(union thread_union) - 16;

Completed in 135 milliseconds

1234