Searched defs:r12 (Results 1 - 25 of 35) sorted by relevance

12

/arch/avr32/include/asm/
H A Dsigcontext.h19 unsigned long r12; 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.h68 * Registers 0-12 are general-purpose registers (r12 is normally used for
105 unsigned long r12; member in struct:pt_regs
/arch/cris/arch-v10/kernel/
H A Dprocess.c101 regs.r12 = (unsigned long)arg;
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
269 printk("r12: %08lx r13: %08lx oR10: %08lx\n",
270 regs->r12, regs->r13, regs->orig_r10);
H A Dsignal.c51 int sys_sigsuspend(old_sigset_t mask, long r11, long r12, long r13, long mof, argument
165 asmlinkage int sys_sigreturn(long r10, long r11, long r12, long r13, long mof, argument
207 asmlinkage int sys_rt_sigreturn(long r10, long r11, long r12, long r13, argument
416 regs->r12 = 0;
/arch/cris/include/arch-v10/arch/
H A Duser.h20 unsigned long r12; member in struct:user_regs_struct
H A Dptrace.h63 unsigned long r12; member in struct:pt_regs
/arch/cris/include/arch-v32/arch/
H A Duser.h19 unsigned long r12; member in struct:user_regs_struct
H A Dptrace.h71 unsigned long r12; member in struct:pt_regs
/arch/score/include/asm/
H A Dasmmacro.h36 sw r12, [r0, PT_R12] variable
133 lw r12, [r0, PT_R12] variable
/arch/alpha/include/asm/
H A Dptrace.h61 unsigned long r12; member in struct:switch_stack
/arch/cris/arch-v32/kernel/
H A Dprocess.c114 regs.r12 = (unsigned long) arg;
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
265 printk("r12: %08lx r13: %08lx oR10: %08lx\n",
266 regs->r12, regs->r13, regs->orig_r10);
H A Dsignal.c62 sys_sigsuspend(old_sigset_t mask, long r11, long r12, long r13, long mof, argument
151 sys_sigreturn(long r10, long r11, long r12, long r13, long mof, long srp, argument
200 sys_rt_sigreturn(long r10, long r11, long r12, long r13, long mof, long srp, argument
445 regs->r12 = 0;
/arch/hexagon/include/asm/
H A Duser.h43 unsigned long r12; member in struct:user_regs_struct
H A Dregisters.h130 unsigned long r12; member in struct:pt_regs::__anon1521::__anon1522
/arch/microblaze/include/asm/
H A Dptrace.h29 microblaze_reg_t r12; member in struct:pt_regs
/arch/powerpc/boot/
H A Dppc_asm.h41 #define r12 12 macro
/arch/x86/include/asm/
H A Dcalling.h8 rdi rsi rdx rcx r8-9 | rbx rbp [*] r12-15 | r10-11 | rax, rdx [**]
167 movq_cfi r12, 3*8 variable
177 movq_cfi_restore 3*8, r12
H A Dptrace.h73 unsigned long r12; member in struct:pt_regs
103 unsigned long r12; member in struct:pt_regs
H A Duser_64.h72 unsigned long r12; member in struct:user_regs_struct
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_mpu_defs.h152 unsigned int r12 : 1; member in struct:__anon662
/arch/unicore32/include/asm/
H A Dthread_info.h44 __u32 r12; member in struct:cpu_context_save
/arch/x86/include/asm/xen/
H A Dinterface_64.h102 uint64_t r12; member in struct:cpu_user_regs
/arch/m32r/include/asm/
H A Dptrace.h91 unsigned long r12; member in struct:pt_regs
/arch/parisc/include/asm/
H A Dassembly.h192 STREG %r12, PT_GR12(\regs) variable
226 LDREG PT_GR12(\regs), %r12
356 std %r12, -72(%r30)
374 ldd -72(%r30), %r12
400 stw %r12, -92(%r30)
418 ldw -92(%r30), %r12

Completed in 471 milliseconds

12