tag | line | file | source code |
ksp | 113 | arch/alpha/boot/main.c | pcb_va->ksp = 0; |
ksp | 141 | arch/alpha/kernel/process.c | p->tss.ksp = (unsigned long) childstack; |
ksp | 137 | arch/mips/kernel/process.c | p->tss.ksp = childksp; |
ksp | 43 | arch/ppc/kernel/mk_defs.c | put_line(out, "KSP", (int)&tss.ksp-(int)&tss); |
ksp | 44 | arch/ppc/kernel/process.c | regs = (struct pt_regs *)new->tss.ksp; |
ksp | 126 | arch/ppc/kernel/process.c | p->tss.ksp = (unsigned long)childregs; |
ksp | 178 | arch/sparc/kernel/process.c | p->tss.ksp = p->saved_kernel_stack = (unsigned long) new_stack; |
ksp | 453 | fs/proc/array.c | schedule_frame = ((unsigned long *)p->tss.ksp)[6]; |
ksp | 45 | include/asm-alpha/hwrpb.h | unsigned long ksp; |
ksp | 30 | include/asm-alpha/processor.h | unsigned long ksp; |
ksp | 70 | include/asm-alpha/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
ksp | 99 | include/asm-mips/processor.h | unsigned long ksp; /* Top of kernel stack */ |
ksp | 86 | include/asm-ppc/processor.h | unsigned long ksp; /* Kernel stack pointer */ |
ksp | 115 | include/asm-ppc/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
ksp | 45 | include/asm-sparc/processor.h | unsigned long ksp __attribute__ ((aligned (8))); |
ksp | 410 | include/asm-sparc/unistd.h | static inline _syscall2(int,clone,unsigned long,flags,char *,ksp) |