Searched refs:ksp (Results 1 - 25 of 65) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dptrace.h27 unsigned long ksp; member in struct:pt_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dptrace.h27 unsigned long ksp; member in struct:pt_regs
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390/kernel/
H A Dasm-offsets.c21 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp),);
H A Dprocess.c98 printk("Process %s (pid: %d, task: %08lx, ksp: %08x)\n",
100 tsk->thread.ksp);
118 " cl 4,%6\n" /* compare ksp's: child or parent ? */
171 p->thread.ksp = (unsigned long) frame;
301 r15 = p->thread.ksp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dasm-offsets.c21 DEFINE(__THREAD_ksp, offsetof(struct task_struct, thread.ksp),);
H A Dprocess.c95 printk("Process %s (pid: %d, task: %016lx, ksp: %016lx)\n",
97 tsk->thread.ksp);
115 " clg 4,%6\n" /* compare ksp's: child or parent ? */
168 p->thread.ksp = (unsigned long) frame;
330 r15 = p->thread.ksp;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dprocessor.h43 unsigned long ksp; member in struct:thread_struct
102 unsigned long fp, sp = t->ksp, base = (unsigned long)t;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dprocessor.h43 unsigned long ksp; member in struct:thread_struct
102 unsigned long fp, sp = t->ksp, base = (unsigned long)t;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dprocessor.h68 unsigned long ksp; /* kernel stack pointer */ member in struct:thread_struct
127 struct switch_stack *sw = (struct switch_stack *)t->ksp;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dprocessor.h80 __u32 ksp; /* kernel stack pointer */ member in struct:thread_struct
133 bc = *((unsigned long *) t->ksp);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dprocessor.h87 addr_t ksp; /* kernel stack pointer */ member in struct:thread_struct
148 bc = *((unsigned long *) t->ksp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dprocessor.h68 unsigned long ksp; /* kernel stack pointer */ member in struct:thread_struct
127 struct switch_stack *sw = (struct switch_stack *)t->ksp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dprocessor.h80 __u32 ksp; /* kernel stack pointer */ member in struct:thread_struct
133 bc = *((unsigned long *) t->ksp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dprocessor.h87 addr_t ksp; /* kernel stack pointer */ member in struct:thread_struct
148 bc = *((unsigned long *) t->ksp);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dentryoffsets.c54 OF (LTHREAD_KSP, struct thread_struct, ksp)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dprocessor.h68 unsigned long ksp __attribute__ ((aligned(16))); member in struct:thread_struct
116 /* ksp, wstate, cwp, flags, current_ds, */ \
133 /* ksp, wstate, cwp, flags, current_ds, */ \
167 if (t->ksp) {
169 sp = (unsigned long *)(t->ksp + STACK_BIAS);
286 fp = (__TSK)->thread.ksp + bias; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dprocessor.h68 unsigned long ksp __attribute__ ((aligned(16))); member in struct:thread_struct
116 /* ksp, wstate, cwp, flags, current_ds, */ \
133 /* ksp, wstate, cwp, flags, current_ds, */ \
167 if (t->ksp) {
169 sp = (unsigned long *)(t->ksp + STACK_BIAS);
286 fp = (__TSK)->thread.ksp + bias; \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Dprocessor.h60 unsigned long ksp; /* kernel stack pointer */ member in struct:thread_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Dprocessor.h60 unsigned long ksp; /* kernel stack pointer */ member in struct:thread_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dprocess.c89 /* check if stored ksp is bad */
90 if ( (tsk->thread.ksp > stack_top) || (tsk->thread.ksp < tsk_top) )
93 " tsk_top %08lx ksp %08lx stack_top %08lx\n",
95 tsk_top, tsk->thread.ksp, stack_top);
333 p->thread.ksp = sp;
453 sp = (unsigned long) &tsk->thread.ksp;
482 sp = p->thread.ksp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dprocess.c248 cregs->ksp = (((unsigned long)(p)) + TASK_SZ_ALGN);
270 cregs->ksp = ((unsigned long)(p))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dprocessor.h62 unsigned long ksp __attribute__ ((aligned (8))); member in struct:thread_struct
95 /* uwinmask, kregs, ksp, kpc, kpsr, kwim */ \
166 fp = (__TSK)->thread.ksp + bias; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dprocessor.h62 unsigned long ksp __attribute__ ((aligned (8))); member in struct:thread_struct
95 /* uwinmask, kregs, ksp, kpc, kpsr, kwim */ \
166 fp = (__TSK)->thread.ksp + bias; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dprocess.c209 p->thread.ksp = (unsigned long) childregs - STACK_FRAME_OVERHEAD;
210 p->thread.ksp -= sizeof(struct pt_regs ) + STACK_FRAME_OVERHEAD;
211 kregs = (struct pt_regs *)(p->thread.ksp + STACK_FRAME_OVERHEAD);
456 sp = p->thread.ksp;
481 sp = p->thread.ksp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/mm/
H A Dfault.c154 unsigned long ksp; local
158 __asm__("mov %%sp, %0" : "=r" (ksp));
159 show_trace_raw(current, ksp);

Completed in 210 milliseconds

123