tag | line | file | source code |
usp | 114 | arch/alpha/boot/main.c | pcb_va->usp = 0; |
usp | 100 | arch/alpha/kernel/process.c | int alpha_clone(unsigned long clone_flags, unsigned long usp, |
usp | 103 | arch/alpha/kernel/process.c | if (!usp) |
usp | 104 | arch/alpha/kernel/process.c | usp = rdusp(); |
usp | 105 | arch/alpha/kernel/process.c | return do_fork(clone_flags, usp, (struct pt_regs *) (swstack+1)); |
usp | 119 | arch/alpha/kernel/process.c | void copy_thread(int nr, unsigned long clone_flags, unsigned long usp, |
usp | 140 | arch/alpha/kernel/process.c | p->tss.usp = usp; |
usp | 129 | arch/alpha/kernel/ptrace.c | addr = &task->tss.usp; |
usp | 147 | arch/alpha/kernel/ptrace.c | addr = &task->tss.usp; |
usp | 283 | arch/alpha/kernel/traps.c | unsigned long *reg_addr, *pc_addr, usp, zero = 0; |
usp | 338 | arch/alpha/kernel/traps.c | usp = rdusp(); |
usp | 339 | arch/alpha/kernel/traps.c | reg_addr = &usp; |
usp | 370 | arch/alpha/kernel/traps.c | wrusp(usp); |
usp | 106 | arch/m68k/kernel/process.c | void copy_thread(int nr, unsigned long clone_flags, unsigned long usp, |
usp | 126 | arch/m68k/kernel/process.c | p->tss.usp = usp; |
usp | 73 | arch/m68k/kernel/ptrace.c | addr = &task->tss.usp; |
usp | 90 | arch/m68k/kernel/ptrace.c | addr = &task->tss.usp; |
usp | 88 | arch/m68k/kernel/signal.c | unsigned long usp = rdusp(); |
usp | 91 | arch/m68k/kernel/signal.c | printk("sys_sigreturn, usp=%08x\n", (unsigned) usp); |
usp | 99 | arch/m68k/kernel/signal.c | if (verify_area(VERIFY_READ, (void *)usp, sizeof(context))) |
usp | 102 | arch/m68k/kernel/signal.c | memcpy_fromfs(&context,(void *)usp, sizeof(context)); |
usp | 104 | arch/m68k/kernel/signal.c | fp = usp + sizeof (context); |
usp | 118 | arch/mips/kernel/process.c | void copy_thread(int nr, unsigned long clone_flags, unsigned long usp, |
usp | 136 | arch/mips/kernel/process.c | childregs->reg29 = usp; |
usp | 134 | arch/mips/kernel/syscall.c | unsigned long syscallnr, usp; |
usp | 173 | arch/mips/kernel/syscall.c | usp = regs->reg29; |
usp | 174 | arch/mips/kernel/syscall.c | if (usp & 3) |
usp | 182 | arch/mips/kernel/syscall.c | errno = verify_area(VERIFY_READ, (void *) (usp + 16), |
usp | 98 | arch/ppc/kernel/process.c | void copy_thread(int nr, unsigned long clone_flags, unsigned long usp, |
usp | 127 | arch/ppc/kernel/process.c | if (usp >= (unsigned long)regs) |
usp | 132 | arch/ppc/kernel/process.c | childregs->gpr[1] = usp; |
usp | 208 | arch/ppc/kernel/process.c | asmlinkage int sys_clone(unsigned long clone_flags, unsigned long usp, unsigned long a2, |
usp | 214 | arch/ppc/kernel/process.c | if (!usp) |
usp | 215 | arch/ppc/kernel/process.c | usp = regs->gpr[1]; |
usp | 472 | fs/proc/array.c | # define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->tss.usp) |
usp | 46 | include/asm-alpha/hwrpb.h | unsigned long usp; |
usp | 31 | include/asm-alpha/processor.h | unsigned long usp; |
usp | 42 | include/asm-m68k/processor.h | unsigned long usp; /* user stack pointer */ |
usp | 69 | include/asm-m68k/processor.h | unsigned long usp) |
usp | 81 | include/asm-m68k/processor.h | wrusp(usp); |
usp | 9 | include/asm-m68k/system.h | unsigned long usp; |
usp | 12 | include/asm-m68k/system.h | : "=d" (usp)); |
usp | 13 | include/asm-m68k/system.h | return usp; |
usp | 16 | include/asm-m68k/system.h | extern inline void wrusp(unsigned long usp) { |
usp | 19 | include/asm-m68k/system.h | : "d" (usp)); |
usp | 415 | include/asm-m68k/unistd.h | static inline _syscall2(int,clone,unsigned long,flags,char *,usp) |
usp | 201 | kernel/fork.c | int do_fork(unsigned long clone_flags, unsigned long usp, struct pt_regs *regs) |
usp | 266 | kernel/fork.c | copy_thread(nr, clone_flags, usp, p, regs); |