/linux-3.4.99/drivers/staging/comedi/drivers/ |
D | unioxx5.c | 182 struct unioxx5_subd_priv *usp = subdev->private; in unioxx5_subdev_read() local 204 struct unioxx5_subd_priv *usp = subdev->private; in unioxx5_subdev_write() local 228 struct unioxx5_subd_priv *usp = subdev->private; in unioxx5_insn_config() local 282 struct unioxx5_subd_priv *usp; in unioxx5_detach() local 298 struct unioxx5_subd_priv *usp; in __unioxx5_subdev_init() local 365 static int __unioxx5_digital_write(struct unioxx5_subd_priv *usp, in __unioxx5_digital_write() 395 static int __unioxx5_digital_read(struct unioxx5_subd_priv *usp, in __unioxx5_digital_read() 434 static int __unioxx5_analog_write(struct unioxx5_subd_priv *usp, in __unioxx5_analog_write() 471 static int __unioxx5_analog_read(struct unioxx5_subd_priv *usp, in __unioxx5_analog_read() 513 static void __unioxx5_analog_config(struct unioxx5_subd_priv *usp, int channel) in __unioxx5_analog_config()
|
/linux-3.4.99/arch/blackfin/mach-bf561/ |
D | secondary.S | 103 usp = sp; define 138 usp = sp; define 174 usp = sp; define
|
/linux-3.4.99/arch/cris/include/arch-v32/arch/ |
D | system.h | 19 unsigned long usp; in rdusp() local 35 #define wrusp(usp) __asm__ __volatile__ ("move %0, $usp" : : "rm" (usp)) argument
|
D | processor.h | 18 unsigned long usp; /* User stack pointer. */ member 48 #define start_thread(regs, ip, usp) \ argument
|
/linux-3.4.99/arch/cris/include/arch-v10/arch/ |
D | processor.h | 22 unsigned long usp; /* user stack pointer */ member 55 #define start_thread(regs, ip, usp) do { \ argument
|
D | system.h | 18 unsigned long usp; in rdusp() local 23 #define wrusp(usp) \ argument
|
/linux-3.4.99/arch/blackfin/include/asm/ |
D | processor.h | 21 unsigned long usp; in rdusp() local 27 static inline void wrusp(unsigned long usp) in wrusp() 55 unsigned long usp; /* user stack pointer */ member
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | processor.h | 34 static inline void wrusp(unsigned long usp) in wrusp() 85 unsigned long usp; /* user stack pointer */ member 108 unsigned long usp) in start_thread()
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | signal.c | 51 unsigned long usp = 0; in rt_restore_sigcontext() local 91 unsigned long usp = rdusp(); in do_rt_sigreturn() local 153 unsigned long usp; in get_sigframe() local
|
/linux-3.4.99/arch/parisc/kernel/ |
D | signal.c | 102 unsigned long usp = (regs->gr[30] & ~(0x01UL)); in sys_rt_sigreturn() local 243 unsigned long rp, usp; in setup_rt_frame() local 508 unsigned int *usp = (unsigned int *)regs->gr[30]; in insert_restart_trampoline() local
|
D | process.c | 224 sys_clone(unsigned long clone_flags, unsigned long usp, in sys_clone() 258 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
|
/linux-3.4.99/arch/h8300/kernel/ |
D | signal.c | 192 unsigned int usp; in restore_sigcontext() local 221 unsigned long usp = rdusp(); in do_sigreturn() local 252 unsigned long usp = rdusp(); in do_rt_sigreturn() local 304 unsigned long usp; in get_sigframe() local
|
/linux-3.4.99/arch/microblaze/kernel/ |
D | process.c | 121 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() 238 void start_thread(struct pt_regs *regs, unsigned long pc, unsigned long usp) in start_thread()
|
/linux-3.4.99/arch/h8300/include/asm/ |
D | processor.h | 31 static inline void wrusp(unsigned long usp) { in wrusp() 55 unsigned long usp; /* user stack pointer */ member
|
/linux-3.4.99/arch/mips/lib/ |
D | uncached.c | 44 long usp; in run_uncached() local
|
/linux-3.4.99/arch/cris/include/asm/ |
D | sigcontext.h | 20 unsigned long usp; /* usp before stacking this gunk on it */ member
|
/linux-3.4.99/arch/m68k/kernel/ |
D | signal_no.c | 284 unsigned long usp; in rt_restore_ucontext() local 332 unsigned long usp = rdusp(); in do_sigreturn() local 364 unsigned long usp = rdusp(); in do_rt_sigreturn() local 518 unsigned long usp; in get_sigframe() local
|
D | signal_mm.c | 467 unsigned long usp; in rt_restore_ucontext() local 518 unsigned long usp = rdusp(); in do_sigreturn() local 547 unsigned long usp = rdusp(); in do_rt_sigreturn() local 802 unsigned long usp; in get_sigframe() local
|
/linux-3.4.99/arch/cris/arch-v10/kernel/ |
D | traps.c | 25 unsigned long usp = rdusp(); in show_registers() local
|
D | process.c | 119 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() 260 unsigned long usp = rdusp(); in show_regs() local
|
/linux-3.4.99/arch/c6x/kernel/ |
D | process.c | 180 void start_thread(struct pt_regs *regs, unsigned int pc, unsigned long usp) in start_thread() 202 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
|
/linux-3.4.99/arch/cris/arch-v32/kernel/ |
D | process.c | 134 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() 252 unsigned long usp = rdusp(); in show_regs() local
|
D | traps.c | 20 unsigned long usp = rdusp(); in show_registers() local
|
/linux-3.4.99/arch/alpha/kernel/ |
D | process.c | 247 alpha_clone(unsigned long clone_flags, unsigned long usp, in alpha_clone() 276 copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread()
|
/linux-3.4.99/arch/blackfin/mach-common/ |
D | head.S | 112 usp = sp; define
|