tag | line | file | source code |
usp | 90 | arch/alpha/boot/main.c | pcb_va->usp = 0; |
usp | 110 | arch/alpha/kernel/process.c | void copy_thread(int nr, unsigned long clone_flags, unsigned long usp, |
usp | 131 | arch/alpha/kernel/process.c | p->tss.usp = usp; |
usp | 646 | arch/alpha/kernel/ptrace.c | tmp=child->tss.usp; |
usp | 105 | arch/sparc/kernel/process.c | p->tss.usp = sp; /* both processes have the same user stack */ |
usp | 41 | include/asm-alpha/hwrpb.h | unsigned long usp; |
usp | 31 | include/asm-alpha/processor.h | unsigned long usp; |
usp | 57 | include/asm-sparc/processor.h | unsigned long usp; /* user's sp, throw reg windows here */ |
usp | 167 | kernel/fork.c | int do_fork(unsigned long clone_flags, unsigned long usp, struct pt_regs *regs) |
usp | 215 | kernel/fork.c | copy_thread(nr, clone_flags, usp, p, regs); |