tag | line | file | source code |
ksp | 112 | arch/alpha/boot/main.c | pcb_va->ksp = 0; |
ksp | 141 | arch/alpha/kernel/process.c | p->tss.ksp = (unsigned long) childstack; |
ksp | 105 | arch/mips/kernel/process.c | p->tss.ksp = (p->kernel_stack_page + PAGE_SIZE - 4) | KSEG0; |
ksp | 116 | arch/sparc/kernel/process.c | p->tss.ksp = (unsigned long) ((p->kernel_stack_page + PAGE_SIZE - 80 - 96)&(~7)); |
ksp | 117 | arch/sparc/kernel/process.c | new_stack = (unsigned char *) (p->tss.ksp); |
ksp | 414 | fs/proc/array.c | schedule_frame = ((unsigned long *)p->tss.ksp)[6]; |
ksp | 42 | include/asm-alpha/hwrpb.h | unsigned long ksp; |
ksp | 30 | include/asm-alpha/processor.h | unsigned long ksp; |
ksp | 63 | include/asm-alpha/processor.h | fp = ((unsigned long*)t->ksp)[6]; |
ksp | 136 | include/asm-mips/processor.h | unsigned long ksp; /* Top of kernel stack */ |
ksp | 56 | include/asm-sparc/processor.h | unsigned long ksp; /* kernel stack pointer */ |