Searched defs:r10 (Results 1 - 25 of 38) sorted by relevance

12

/arch/hexagon/lib/
H A Dmemset.S110 r10 = lsr(r2, #3) define
117 loop0(6f, r10) /* double loop */
/arch/avr32/include/asm/
H A Dsigcontext.h21 unsigned long r10; member in struct:sigcontext
H A Dasm.h59 pushm r8-r9,r10,r11,r12,lr variable
68 popm r8-r9,r10,r11,r12,lr variable
73 stmts --sp, r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,sp,lr variable
84 ldmts sp++, r0,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11,r12,sp,lr variable
H A Dptrace.h107 unsigned long r10; member in struct:pt_regs
/arch/cris/arch-v10/kernel/
H A Dprocess.c99 /* Don't use r10 since that is set to 0 in copy_thread */
136 childregs->r10 = 0; /* child returns 0 after a fork/clone */
178 asmlinkage int sys_fork(long r10, long r11, long r12, long r13, long mof, long srp, argument
199 asmlinkage int sys_vfork(long r10, long r11, long r12, long r13, long mof, long srp, argument
267 printk(" r8: %08lx r9: %08lx r10: %08lx r11: %08lx\n",
268 regs->r8, regs->r9, regs->r10, regs->r11);
H A Dsignal.c42 #define RESTART_CRIS_SYS(regs) regs->r10 = regs->orig_r10; regs->irp -= 2;
165 asmlinkage int sys_sigreturn(long r10, long r11, long r12, long r13, long mof, argument
198 return regs->r10;
207 asmlinkage int sys_rt_sigreturn(long r10, long r11, long r12, long r13, argument
238 return regs->r10;
345 regs->r10 = sig; /* first argument is signo */
412 regs->r10 = sig;
441 switch (regs->r10) {
448 regs->r10 = -EINTR;
455 regs->r10
[all...]
/arch/cris/include/arch-v10/arch/
H A Duser.h18 unsigned long r10; member in struct:user_regs_struct
H A Dptrace.h65 unsigned long r10; member in struct:pt_regs
/arch/cris/include/arch-v32/arch/
H A Duser.h17 unsigned long r10; member in struct:user_regs_struct
H A Dptrace.h69 unsigned long r10; member in struct:pt_regs
/arch/score/include/asm/
H A Dasmmacro.h34 sw r10, [r0, PT_R10] variable
131 lw r10, [r0, PT_R10] variable
/arch/alpha/include/asm/
H A Dptrace.h59 unsigned long r10; member in struct:switch_stack
/arch/cris/arch-v32/kernel/
H A Dprocess.c112 /* Don't use r10 since that is set to 0 in copy_thread. */
149 childregs->r10 = 0; /* Child returns 0 after a fork/clone. */
191 sys_fork(long r10, long r11, long r12, long r13, long mof, long srp, argument
213 sys_vfork(long r10, long r11, long r12, long r13, long mof, long srp, argument
262 printk(" r8: %08lx r9: %08lx r10: %08lx r11: %08lx\n",
263 regs->r8, regs->r9, regs->r10, regs->r11);
H A Dsignal.c37 #define RESTART_CRIS_SYS(regs) regs->r10 = regs->orig_r10; regs->erp -= 2;
151 sys_sigreturn(long r10, long r11, long r12, long r13, long mof, long srp, argument
191 return regs->r10;
200 sys_rt_sigreturn(long r10, long r11, long r12, long r13, long mof, long srp, argument
240 return regs->r10;
358 regs->r10 = sig;
443 regs->r10 = sig;
471 switch (regs->r10) {
482 regs->r10 = -EINTR;
492 regs->r10
[all...]
/arch/hexagon/include/asm/
H A Duser.h41 unsigned long r10; member in struct:user_regs_struct
/arch/microblaze/include/asm/
H A Dptrace.h27 microblaze_reg_t r10; member in struct:pt_regs
/arch/powerpc/boot/
H A Dppc_asm.h39 #define r10 10 macro
/arch/x86/include/asm/
H A Dcalling.h8 rdi rsi rdx rcx r8-9 | rbx rbp [*] r12-15 | r10-11 | rax, rdx [**]
104 movq_cfi r10, 1*8 variable
119 movq_cfi_restore 1*8, r10
147 movq \offset+8(%rsp), %r10
H A Dptrace.h78 unsigned long r10; member in struct:pt_regs
108 unsigned long r10; member in struct:pt_regs
H A Duser_64.h76 unsigned long r10; member in struct:user_regs_struct
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_mpu_defs.h150 unsigned int r10 : 1; member in struct:__anon662
/arch/ia64/hp/sim/boot/
H A Dfw-emu.c154 long r10 = 0; local
228 return ((struct sal_ret_values) {status, r9, r10, r11});
/arch/ia64/kvm/
H A Dkvm_fw.c273 unsigned long in0, in1, in2, in3, r9, r10; local
278 r10 = ci.pcci_info_2.pcci2_data;
279 return ((struct ia64_pal_retval){status, r9, r10, 0});
561 unsigned long r10 = 0; local
568 status = ia64_sal_freq_base(in1, &r9, &r10);
639 return ((struct sal_ret_values) {status, r9, r10, r11});
/arch/unicore32/include/asm/
H A Dthread_info.h42 __u32 r10; member in struct:cpu_context_save
/arch/x86/include/asm/xen/
H A Dinterface_64.h106 uint64_t r10; member in struct:cpu_user_regs

Completed in 506 milliseconds

12