Searched defs:r8 (Results 1 - 25 of 44) sorted by path

12

/arch/alpha/include/uapi/asm/
H A Dptrace.h28 unsigned long r8; member in struct:pt_regs
/arch/arc/include/asm/
H A Dptrace.h32 long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0; member in struct:pt_regs
H A Dunwind.h25 unsigned long r8; member in struct:arc700_regs
84 PTREGS_INFO(r8), \
/arch/arc/include/uapi/asm/
H A Dptrace.h39 long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0; member in struct:user_regs_struct::__anon134
/arch/arm/include/asm/
H A Dthread_info.h38 __u32 r8; member in struct:cpu_context_save
/arch/arm64/net/
H A Dbpf_jit_comp.c146 const u8 r8 = bpf2a64[BPF_REG_8]; local
160 emit(A64_PUSH(r8, r9, A64_SP), ctx);
180 const u8 r8 = bpf2a64[BPF_REG_8]; local
196 emit(A64_POP(r8, r9, A64_SP), ctx);
/arch/avr32/include/asm/
H A Dasm.h59 pushm r8-r9,r10,r11,r12,lr
68 popm r8-r9,r10,r11,r12,lr
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
/arch/avr32/include/uapi/asm/
H A Dptrace.h109 unsigned long r8; member in struct:pt_regs
H A Dsigcontext.h23 unsigned long r8; member in struct:sigcontext
/arch/cris/arch-v10/kernel/
H A Dkgdb.c206 unsigned int r8; /* 0x20 Frame pointer */ member in struct:register_image
953 " move.d $r8,[cris_reg+0x20] ; Save R8\n"
1006 " move.d [cris_reg+0x20],$r8 ; Restore R8\n"
1049 " move.d $r8,[cris_reg+0x20] ; Save R8\n"
1104 " move.d [cris_reg+0x20],$r8 ; Restore R8\n"
/arch/cris/arch-v32/kernel/
H A Dkgdb.c203 unsigned int r8; /* 0x20; Frame pointer (if any) */ member in struct:register_image
/arch/cris/include/arch-v10/arch/
H A Dptrace.h67 unsigned long r8; member in struct:pt_regs
97 unsigned long r8; member in struct:switch_stack
/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_mpu_defs.h148 unsigned int r8 : 1; member in struct:__anon606
H A Diop_spu_defs.h193 unsigned int r8 : 1; member in struct:__anon637
215 unsigned int r8 : 1; member in struct:__anon638
/arch/cris/include/arch-v32/arch/
H A Dptrace.h67 unsigned long r8; member in struct:pt_regs
104 unsigned long r8; member in struct:switch_stack
/arch/cris/include/uapi/arch-v10/arch/
H A Duser.h16 unsigned long r8; member in struct:user_regs_struct
/arch/cris/include/uapi/arch-v32/arch/
H A Duser.h15 unsigned long r8; member in struct:user_regs_struct
/arch/hexagon/include/uapi/asm/
H A Duser.h21 unsigned long r8; member in struct:user_regs_struct
/arch/hexagon/lib/
H A Dmemset.S47 r8 = r0 /* leave r0 intact for return val */ define
64 memb(r8++#1) = r4
76 memb(r8++#1) = r4
89 memh(r8++#2) = r4
102 memw(r8++#4) = r4
125 memd(r8++#8) = r5:4
142 memw(r8++#4) = r4
153 memh(r8++#2) = r4
159 memb(r8++#1) = r4
252 r8 define
267 r8 = lsr(r2,#3) define
[all...]
/arch/ia64/include/asm/
H A Dkvm_host.h502 unsigned long r8; /* scratch (return value register 0) */ member in struct:kvm_pt_regs
H A Dsal.h840 long r8; long r9; long r10; long r11; member in struct:sal_ret_values
/arch/ia64/include/uapi/asm/
H A Dptrace.h83 unsigned long r8; /* scratch (return value register 0) */ member in struct:pt_regs
/arch/m32r/include/uapi/asm/
H A Dptrace.h87 unsigned long r8; member in struct:pt_regs
/arch/microblaze/include/uapi/asm/
H A Dptrace.h25 microblaze_reg_t r8; member in struct:pt_regs
/arch/parisc/include/asm/
H A Dassembly.h188 STREG %r8, PT_GR8 (\regs) variable
222 LDREG PT_GR8 (\regs), %r8
352 std %r8, -104(%r30)
378 ldd -104(%r30), %r8
396 stw %r8, -108(%r30)
422 ldw -108(%r30), %r8
465 * on r8 containing ipsw.
467 mfctl %cr22, %r8
468 STREG %r8, PT_PSW(\regs) variable

Completed in 467 milliseconds

12