Searched refs:r24 (Results 1 - 119 of 119) sorted by relevance

/linux-4.1.27/arch/nios2/include/asm/
H A Dentry.h24 rdctl r24, estatus
25 andi r24, r24, ESTATUS_EU variable
26 beq r24, r0, 1f /* In supervisor mode, already on kernel stack */ variable
28 movia r24, _current_thread /* Switch to current kernel stack */ variable
29 ldw r24, 0(r24) /* using the thread_info */ variable
30 addi r24, r24, THREAD_SIZE-PT_REGS_SIZE variable
31 stw sp, PT_SP(r24) /* Save user stack before changing */
32 mov sp, r24
35 1 : mov r24, sp variable
37 stw r24, PT_SP(sp)
59 rdctl r24, estatus variable
60 stw r24, PT_ESTATUS(sp) variable
83 ldw r24, PT_ESTATUS(sp) variable
84 wrctl estatus, r24
/linux-4.1.27/arch/arc/kernel/
H A Dctx_sw.c42 "st.a r24, [sp, -4] \n\t" __switch_to()
57 "add2 r24, %3, %1 \n\t" __switch_to()
58 "st sp, [r24] \n\t" __switch_to()
72 "lr r24, [identity] \n\t" __switch_to()
73 "lsr r24, r24, 8 \n\t" __switch_to()
74 "bmsk r24, r24, 7 \n\t" __switch_to()
75 "add2 r24, @_current_task, r24 \n\t" __switch_to()
76 "st %2, [r24] \n\t" __switch_to()
92 "ld.ab r24, [sp, 4] \n\t" __switch_to()
H A Dctx_sw_asm.S37 add2 r24, r0, KSP_WORD_OFF
38 st sp, [r24]
/linux-4.1.27/arch/sh/lib64/
H A Dmemset.S50 shlri r23, 3, r24
52 beqi/u r24, 1, tr0 // lastquad
58 bge/u r24, r9, tr1 // loop
61 shlri r24, 1, r24
62 beqi/u r24, 1, tr0 // lastquad
65 beqi/u r24, 2, tr0 // lastquad
H A Dcopy_user_memcpy.S187 ldx.q r22, r20, r24
192 sthi.q r22, -9, r24
195 stlo.q r22, -16, r24
H A Dmemcpy.S171 ldx.q r22, r20, r24
176 sthi.q r22, -9, r24
179 stlo.q r22, -16, r24
/linux-4.1.27/arch/tile/lib/
H A Datomic_asm_32.S84 movei r24, 1
98 \body /* set r24, and r25 if 64-bit */
100 seq r26, r22, r24
109 sh r0, r24
111 sw r0, r24
131 mtspr INTERRUPT_CRITICAL_SECTION, r24
151 mtspr INTERRUPT_CRITICAL_SECTION, r24
175 atomic_op _cmpxchg, 32, "seq r26, r22, r2; { bbns r26, 3f; move r24, r3 }"
176 atomic_op _xchg, 32, "move r24, r2"
177 atomic_op _xchg_add, 32, "add r24, r22, r2"
179 "sne r26, r22, r2; { bbns r26, 3f; add r24, r22, r3 }"
180 atomic_op _or, 32, "or r24, r22, r2"
181 atomic_op _andn, 32, "nor r2, r2, zero; and r24, r22, r2"
182 atomic_op _xor, 32, "xor r24, r22, r2"
185 { bbns r26, 3f; move r24, r4 }; { bbns r27, 3f; move r25, r5 }"
186 atomic_op 64_xchg, 64, "{ move r24, r2; move r25, r3 }"
187 atomic_op 64_xchg_add, 64, "{ add r24, r22, r2; add r25, r23, r3 }; \
188 slt_u r26, r24, r22; add r25, r25, r26"
191 { bbns r26, 3f; add r24, r22, r4 }; \
193 slt_u r26, r24, r22; add r25, r25, r26"
H A Dmemcpy_32.S97 { move r24, r1; move r25, r2 }
511 { add r0, r23, r3; add r1, r24, r3 }
/linux-4.1.27/arch/parisc/include/asm/
H A Dunistd.h75 #define K_LOAD_ARGS_3(r26,r25,r24) \
76 register unsigned long __r24 __asm__("r24") = (unsigned long)(r24); \
78 #define K_LOAD_ARGS_4(r26,r25,r24,r23) \
80 K_LOAD_ARGS_3(r26,r25,r24)
81 #define K_LOAD_ARGS_5(r26,r25,r24,r23,r22) \
83 K_LOAD_ARGS_4(r26,r25,r24,r23)
84 #define K_LOAD_ARGS_6(r26,r25,r24,r23,r22,r21) \
86 K_LOAD_ARGS_5(r26,r25,r24,r23,r22)
102 #define K_CLOB_ARGS_2 K_CLOB_ARGS_3, "%r24"
H A Dasmregs.h26 arg2: .reg %r24
70 r24: .reg %r24
H A Dassembly.h204 STREG %r24, PT_GR24(\regs) variable
238 LDREG PT_GR24(\regs), %r24
H A Dprocessor.h227 * and argv in r24 (rather than r26 and r25). This is because that's
/linux-4.1.27/arch/nios2/kernel/
H A Dentry.S145 rdctl r24, status
147 and r24, r24, r9
148 wrctl status, r24
154 add r24, r9, r5
155 ldw r24, 0(r24)
156 jmp r24
164 ldwio r24, -4(ea) /* instruction that caused the exception */
165 srli r24, r24, 4
166 andi r24, r24, 0x7c
168 add r24, r24, r9
169 ldw r24, 0(r24)
170 jmp r24
339 movi r24, -1
340 stw r24, PT_ORIG_R2(sp)
487 movia r24, _current_thread /* save thread */
489 stw r1, 0(r24)
H A Dhead.S82 movia r24, inthandler
83 jmp r24
/linux-4.1.27/arch/hexagon/kernel/
H A Dhead.S42 r24.L = #LO(swapper_pg_dir)
43 r24.H = #HI(swapper_pg_dir)
55 r24 = sub(r24,r1); /* swapper_pg_dir - PAGE_OFFSET */ define
56 r24 = add(r24,r25); /* + PHYS_OFFSET */ define
58 r0 = r24; /* aka __pa(swapper_pg_dir) */
112 r0 = add(r1, r24); /* advance to 0xc0000000 entry */
127 r0 = r24;
170 r0 = r24
H A Dvm_events.c73 printk(KERN_EMERG "r24: \t0x%08lx %08lx %08lx %08lx\n", regs->r24, show_regs()
H A Dkgdb.c56 { "r24", GDB_SIZEOF_REG, offsetof(struct pt_regs, r24)},
H A Dprocess.c96 /* r24 <- fn, r25 <- arg */ copy_thread()
97 ss->r24 = usp; copy_thread()
H A Dvm_entry.S86 { r24 = memw(THREADINFO_REG + #_THREAD_INFO_PT_REGS); \
123 { r24 = memw(THREADINFO_REG + #_THREAD_INFO_PT_REGS); \
/linux-4.1.27/arch/parisc/kernel/
H A Dsys_parisc32.c18 asmlinkage long sys32_unimplemented(int r26, int r25, int r24, int r23, sys32_unimplemented() argument
H A Dsyscall.S130 depdi 0, 31, 32, %r24
178 STREG %r24, TASK_PT_GR24(%r1) /* 3rd argument */
334 LDREG TASK_PT_GR24(%r1), %r24
414 - %r26, %r25, %r24, %r23, %r22
512 %r24 - New value to set (new)
555 depdi 0, 31, 32, %r24
630 2: stw,ma %r24, 0(%sr3,%r26)
672 %r24 - Pointer to the value to set (new)
692 depdi 0, 31, 32, %r24
709 5: ldb 0(%sr3,%r24), %r24
719 7: ldh 0(%sr3,%r24), %r24
729 9: ldw 0(%sr3,%r24), %r24
739 11: ldd 0(%sr3,%r24), %r24
745 12: flddx 0(%sr3,%r24), %fr4
798 14: stb,ma %r24, 0(%sr3,%r26)
808 16: sth,ma %r24, 0(%sr3,%r26)
818 18: stw,ma %r24, 0(%sr3,%r26)
829 20: std,ma %r24, 0(%sr3,%r26)
H A Dperf_asm.S113 ;* %r24 - original DR2 value
136 or %r24,%r29,%r29
570 ;* %r24 - DR2 | DR2_SLOW_RET
589 depdi,z 1,DR2_SLOW_RET,1,%r24
591 or %r24,%r23,%r24
1011 ;* %r24 - original DR2 value
1029 or %r24,%r29,%r29
1369 ;* %r24 - DR2 | DR2_SLOW_RET
1384 depdi,z 1,DR2_SLOW_RET,1,%r24
1386 or %r24,%r23,%r24
H A Dftrace.c97 in %r23 and %r24. Assembly in entry.S will take care ftrace_return_to_handler()
100 "copy %1, %%r24 \n" : : "r" (retval0), "r" (retval1) ); ftrace_return_to_handler()
H A Dentry.S192 spc = r24 /* space for which the trap occurred */
1012 ldo PT_FR0(%r29), %r24
1013 save_fp %r24
1135 spc = r24 /* space for which the trap occurred */
1348 copy %r1,%r24
1353 add,l %r1,%r24,%r1 /* doesn't affect c/b bits */
1846 LDREG TASK_PT_GR24(%r1),%r24
1991 copy %r24, %ret1
2103 bv %r0(%r25) /* r24 - shadowed */
2177 bv %r0(%r25) /* r24 */
2178 copy %r1,%r24
H A Dhpmc.S96 * r24 (arg2) procedure arg
H A Dpacache.S607 depd %r24,63,22, %r28 /* Form aliased virtual address 'to' */
614 depw %r24, 31,22, %r28 /* Form aliased virtual address 'to' */
/linux-4.1.27/arch/ia64/lib/
H A Dip_fast_csum.S49 ld4 r24=[in0]
55 add r20=r20,r24
105 ld4 r24=[in0],4
115 add r18=r24,r25
H A Dcopy_page.S31 #define srcf r24
H A Dcopy_page_mck.S91 #define saved_pr r24
H A Dmemcpy_mck.S44 #define t2 r24
271 #define curlen r24
H A Dmemset.S33 #define ptr9 r24
H A Ddo_csum.S102 #define saved_lc r24
H A Dcopy_user.S64 #define src1 r24
/linux-4.1.27/arch/parisc/lib/
H A Dlusercopy.S108 copy %r26,%r24
117 sub %r26,%r24,%r28
127 copy %r24,%r26 /* reset r26 so 0 is returned on fault */
/linux-4.1.27/arch/microblaze/lib/
H A Duaccess_old.S113 7: lwi r24, r6, 0x0018 + offset; \
121 15: swi r24, r5, 0x0018 + offset; \
201 swi r24, r1, 32
203 loop: /* r4, r19, r20, r21, r22, r23, r24, r25 are used for storing values */
224 lwi r24, r1, 32
244 lwi r24, r1, 32
/linux-4.1.27/arch/ia64/kernel/
H A Dminstate.h71 (pUStk) mov.m r24=ar.rnat; \
118 (pUStk) st8 [r17]=r24,16; /* save ar.rnat */ \
181 .mem.offset 0,0; st8.spill [r2]=r24,16; \
195 adds r24=PT(B6)-PT(F7),r3; \
207 st8 [r24]=r18,16; /* b6 */ \
210 st8 [r24]=r9; /* ar.csd */ \
H A Drelocate_kernel.S75 mov r24=r0
81 cmp.ltu p6,p7=r24,r19
91 add r24=1,r24
294 st8 [in0]=r24, 8 // r24
H A Divt.S185 ITC_I_AND_D(p10, p11, r18, r24) // insert the instruction TLB entry and
188 MOV_TO_IFA(r22, r24)
191 MOV_TO_ITIR(p8, r25, r24) // change to default page-size for VHPT
199 adds r24=__DIRTY_BITS_NO_ED|_PAGE_PL_0|_PAGE_AR_RW,r23
201 ITC_D(p7, r24, r25)
383 mov r24=PERCPU_ADDR
396 cmp.ge p10,p11=r16,r24 // access to per_cpu_data?
411 MOV_TO_ITIR(p10, r25, r24)
420 MOV_TO_IPSR(p6, r21, r24)
554 mov r24=PAGE_SHIFT<<2
570 (p7) ptc.l r16,r24
620 mov r24=PAGE_SHIFT<<2
636 (p7) ptc.l r16,r24
675 mov r24=PAGE_SHIFT<<2
690 (p7) ptc.l r16,r24
739 mov.m r24=ar.rnat // M2 (5 cyc)
866 mov ar.rnat=r24 // M2 restore kernel's AR.RNAT
917 * - r24: saved ar.rnat
989 (pUStk) st8 [r16]=r24,PT(PR)-PT(AR_RNAT) // save ar.rnat
1554 SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r15, r24)
1602 SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, r24)
1662 SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(r3, r24)
H A Dfsys.S170 // r24 = address mult factor / cycle_last value
219 add r24 = IA64_CLKSRC_MULT_OFFSET,r20
224 ld4 r3 = [r24] // clocksource mult value
231 ld8 r24 = [r26] // get clksrc_cycle_last value
244 sub r10 = r2,r24 // current_cycle - last_cycle
246 (p6) sub r10 = r25,r24 // time we got was less than last_cycle
253 (p7) sub r10 = r3,r24 // then use new last_cycle instead
493 mov.m r24=ar.rnat // M2 (5 cyc) read ar.rnat (dual-issues!)
H A Dentry.S302 mov r24=b3
310 st8 [r15]=r24,SW(AR_PFS)-SW(B3) // save b3
385 ld8 r24=[r3],16 // restore b3
428 mov b3=r24
674 * r24: user-level ar.rnat
788 ld8 r24=[r2],PT(AR_FPSR)-PT(AR_RNAT) // M0|1 load ar.rnat (may be garbage)
888 ld8.fill r24=[r29]
973 ld8 r24=[r16],16 // load ar.rnat (may be garbage)
1145 (pUStk) mov ar.rnat=r24 // M2 must happen with RSE in lazy mode
H A Dmca_asm.S73 mov r24=0
80 cmp.ltu p6,p7=r24,r19
90 add r24=1,r24
H A Dprocess.c134 printk("r23 : %016lx r24 : %016lx r25 : %016lx\n", regs->r23, regs->r24, regs->r25); show_regs()
H A Dasm-offsets.c113 DEFINE(IA64_PT_REGS_R24_OFFSET, offsetof (struct pt_regs, r24)); foo()
H A Dunaligned.c221 RPT(r24), RPT(r25), RPT(r26), RPT(r27),
H A Dmca.c941 copy_reg(&bank[24-16], ms->pmsa_nat_bits, &regs->r24, nat); finish_pt_regs()
H A Dunwind.c218 offsetof(struct pt_regs, r24),
/linux-4.1.27/arch/powerpc/kernel/
H A Dhead_64.S122 mfmsr r24
123 ori r24,r24,MSR_RI
124 mtmsrd r24 /* RI on */
127 mr r24,r3
134 std r24,__secondary_hold_acknowledge-_stext(0)
151 mr r3,r24
206 mr r24,r3
217 mr r3,r24
233 mr r24,r3
245 mr r3,r24
252 * physical cpu id in r24, we need to search the pacas to find
265 cmpw r6,r24 /* Compare to our id */
272 mr r3,r24 /* not found, copy phys to r3 */
281 /* From now on, r24 is expected to be logical cpuid */
282 mr r24,r5
558 li r24,0
560 li r24,1
562 li r24,2
564 li r24,3
595 mulli r13,r24,PACA_SIZE /* Calculate vaddr of right paca */
624 * r24 = cpu# (in Linux terms)
638 sldi r28,r24,3 /* get current_set[cpu#] */
H A Dmisc_32.S151 * r3 = data offset, r24 = cpu number
821 addi r24, r6, 1 /* r24 will contain 1 or 2 */
860 tlbwe r3, r24, PPC44x_TLB_PAGEID
861 tlbwe r4, r24, PPC44x_TLB_XLAT
862 tlbwe r5, r24, PPC44x_TLB_ATTRIB
928 tlbwe r3, r24, PPC44x_TLB_PAGEID
955 tlbre r24, r23, 0 /* TLB Word 0 */
993 insrwi r24, r7, 1, 21 /* Change the TS in the saved TLB word 0 */
1001 tlbwe r24, r3, 0
1056 rlwinm r10, r24, 0, 22, 27
1091 clrrwi r24, r24, 12 /* Clear the valid bit */
1092 tlbwe r24, r3, 0
H A Dswsusp_asm64.S106 SAVE_REGISTER(r24)
223 RESTORE_REGISTER(r24)
H A Didle_6xx.S29 * values for some CPU specific registers. Called with r24
41 slwi r5,r24,2
H A Dhead_44x.S65 li r24,0 /* CPU number */
1002 mr r24,r3 /* CPU number */
1061 tlbre r24,r23,0
1103 tlbwe r24,r23,0
1159 rlwinm r24,r24,0,21,19 /* clear the "valid" bit */
1160 tlbwe r24,r23,0
1161 addi r24,0,0
1162 tlbwe r24,r23,1
1163 tlbwe r24,r23,2
H A Dhead_fsl_booke.S73 li r24,0 /* CPU number */
219 LOAD_REG_ADDR_PIC(r24, boot_cpuid)
220 lwz r24, 0(r24)
221 cmpwi r24, -1
222 mfspr r24,SPRN_PIR
245 stw r24, TI_CPU(r22)
1153 /* When we get here, r24 needs to hold the CPU # */
1181 stw r24,0(r3)
1184 mr r4,r24 /* Why? */
H A Dhead_32.S143 li r24,0 /* cpu # */
175 li r24,0 /* cpu# */
230 mr r24,r3 /* cpu # */
811 mr r24, r3 /* cpu # */
817 li r24,0
819 li r24,1
821 li r24,2
823 li r24,3
839 mr r4,r24
H A Dkgdb.c298 { "r24", GDB_SIZEOF_REG, offsetof(struct pt_regs, gpr[24]) },
H A Dentry_64.S419 mfspr r24,SPRN_VRSAVE /* save vrsave register value */
420 std r24,THREAD_VRSAVE(r3)
H A Dhead_8xx.S595 add r10, r10, r24 ;b 151f
/linux-4.1.27/arch/score/include/asm/
H A Dasmmacro.h50 sw r24, [r0, PT_R24] variable
147 lw r24, [r0, PT_R24] variable
/linux-4.1.27/arch/arc/include/asm/
H A Dunwind.h41 unsigned long r24; member in struct:arc700_regs
100 PTREGS_INFO(r24), \
H A Dptrace.h63 long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member in struct:callee_regs
H A Dentry.h128 PUSH r24
132 POP r24
/linux-4.1.27/arch/microblaze/include/uapi/asm/
H A Dptrace.h41 microblaze_reg_t r24; member in struct:pt_regs
H A Delf.h113 _r->r24 = _r->r25 = _r->r26 = _r->r27 = \
/linux-4.1.27/arch/powerpc/boot/
H A Dppc_asm.h53 #define r24 24 macro
/linux-4.1.27/arch/powerpc/crypto/
H A Daes-spe-regs.h35 #define rI0 r24 /* IV */
H A Dsha256-spe-asm.S22 #define rKP r24 /* pointer to round constants */
64 stw r24,88(r1); /* save normal registers */ \
79 lwz r24,88(r1); /* restore normal registers */ \
H A Dmd5-asm.S38 #define rW15 r24
/linux-4.1.27/arch/hexagon/include/uapi/asm/
H A Duser.h37 unsigned long r24; member in struct:user_regs_struct
H A Dregisters.h162 unsigned long r24; member in struct:pt_regs::__anon1462::__anon1463
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dptrace.h34 unsigned long r24; member in struct:pt_regs
/linux-4.1.27/arch/arc/include/uapi/asm/
H A Dptrace.h44 long r25, r24, r23, r22, r21, r20; member in struct:user_regs_struct::__anon140
/linux-4.1.27/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S50 addi r24, r15, 24
/linux-4.1.27/arch/powerpc/lib/
H A Dcopyuser_64.S474 std r24,-88(1)
491 27: ld r24,520(4)
511 45: std r24,528(3)
529 63: ld r24,536(4)
568 ld r24,-88(1)
587 ld r24,-88(1)
H A Dcrtsavres.S351 std r24,-64(r1)
408 ld r24,-64(r1)
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S474 std r24,-88(1)
491 27: ld r24,520(4)
511 45: std r24,528(3)
529 63: ld r24,536(4)
568 ld r24,-88(1)
587 ld r24,-88(1)
/linux-4.1.27/arch/openrisc/kernel/
H A Dhead.S478 CLEAR_GPR(r24)
502 LOAD_SYMBOL_2_GPR(r24, __bss_start)
504 tophys(r28,r24)
506 CLEAR_GPR(r24)
584 LOAD_SYMBOL_2_GPR(r24, or32_early_setup)
585 l.jalr r24
613 CLEAR_GPR(r24)
639 l.mfspr r24,r0,SPR_UPR
640 l.andi r26,r24,SPR_UPR_ICP
657 l.mfspr r24,r0,SPR_ICCFGR
658 l.andi r26,r24,SPR_ICCFGR_CBS
667 l.andi r26,r24,SPR_ICCFGR_NCS
705 l.mfspr r24,r0,SPR_UPR
706 l.andi r26,r24,SPR_UPR_DCP
723 l.mfspr r24,r0,SPR_DCCFGR
724 l.andi r26,r24,SPR_DCCFGR_CBS
733 l.andi r26,r24,SPR_DCCFGR_NCS
H A Dentry.S80 l.lwz r24,PT_GPR24(r1) ;\
118 l.sw PT_GPR24(r1),r24 ;\
156 l.sw PT_GPR24(r1),r24 ;\
661 l.sw PT_GPR24(r1),r24
938 l.lwz r24,PT_GPR24(r1)
1003 l.sw PT_GPR24(r1),r24
1046 l.lwz r24,PT_GPR24(r1)
1086 l.sw PT_GPR24(r1),r24
/linux-4.1.27/arch/microblaze/kernel/
H A Dasm-offsets.c54 DEFINE(PT_R24, offsetof(struct pt_regs, r24)); main()
113 DEFINE(CC_R24, offsetof(struct cpu_context, r24)); main()
H A Dmcount.S40 swi r24, r1, 84; \
71 lwi r24, r1, 84; \
H A Dprocess.c37 pr_info(" r21=%08lX, r22=%08lX, r23=%08lX, r24=%08lX\n", show_regs()
38 regs->r21, regs->r22, regs->r23, regs->r24); show_regs()
H A Dentry-nommu.S92 swi r24, r1, PT_R24
172 lwi r24, r1, PT_R24
246 swi r24, r1, PT_R24
337 swi r24, r1, PT_R24
411 swi r24, r11, CC_R24
451 lwi r24, r11, CC_R24
547 lwi r24, r1, PT_R24
H A Dsignal.c72 COPY(r22); COPY(r23); COPY(r24); COPY(r25); restore_sigcontext()
133 COPY(r22); COPY(r23); COPY(r24); COPY(r25); setup_sigcontext()
H A Dentry.S200 swi r24, r1, PT_R24; \
236 lwi r24, r1, PT_R24; \
896 swi r24, r11, CC_R24
929 lwi r24, r11, CC_R24
/linux-4.1.27/arch/sh/mm/
H A DMakefile66 -ffixed-r24 -ffixed-r25 -ffixed-r26 -ffixed-r27 \
/linux-4.1.27/arch/tile/include/asm/
H A Dbarrier.h42 "r20", "r21", "r22", "r23", "r24", __mb_incoherent()
/linux-4.1.27/arch/tile/kernel/
H A Dintvec_32.S427 push_reg r24, r52
661 addi r24, r29, SINGLESTEP_STATE_ORIG_PC_OFFSET
669 lw r24, r24
681 sw r28, r24
689 addi r24, r29, SINGLESTEP_STATE_NEXT_PC_OFFSET
700 lw r24, r24
716 sw r28, r24
730 slte_u r24, r26, r27
739 bzt r24, \not_single_stepping
1056 { move r24, zero; move r25, zero }
1101 pop_reg r24
1355 addi r24, r29, SINGLESTEP_STATE_ORIG_PC_OFFSET
1365 addi r24, r29, SINGLESTEP_STATE_NEXT_PC_OFFSET
1412 addi r24, r29, SINGLESTEP_STATE_BRANCH_NEXT_PC_OFFSET
1416 lw r26, r24
1655 move r24, r2
1666 mvnz r24, r23, r25 /* Use atomic_update value if appropriate. */
1669 seq r22, r24, r21 /* Are we storing the value we loaded? */
1671 sw r0, r24
H A Dregs_32.S111 r24, r25, r26, r27, r28, r29, r30, r31, \
H A Dregs_64.S111 r24, r25, r26, r27, r28, r29, r30, r31, \
H A Dkgdb.c53 { "r24", GDB_SIZEOF_REG, offsetof(struct pt_regs, regs[24])},
H A Dintvec_64.S622 push_reg r24, r52
1087 { move r23, zero; move r24, zero }
1137 pop_reg r24
/linux-4.1.27/arch/powerpc/kvm/
H A Dbooke_interrupts.S193 stw r24, VCPU_GPR(R24)(r4)
273 lwz r24, VCPU_GPR(R24)(r4)
311 stw r24, VCPU_GPR(R24)(r4)
331 lwz r24, HOST_NV_GPR(R24)(r1)
376 stw r24, HOST_NV_GPR(R24)(r1)
396 lwz r24, VCPU_GPR(R24)(r4)
H A Dbookehv_interrupts.S132 PPC_STL r24, VCPU_GPR(R24)(r4)
464 PPC_LL r24, VCPU_GPR(R24)(r4)
498 PPC_STL r24, VCPU_GPR(R24)(r4)
518 PPC_LL r24, HOST_NV_GPR(R24)(r1)
561 PPC_STL r24, HOST_NV_GPR(R24)(r1)
581 PPC_LL r24, VCPU_GPR(R24)(r4)
H A Dbook3s_interrupts.S52 PPC_LL r24, VCPU_GPR(R24)(vcpu); \
196 PPC_STL r24, VCPU_GPR(R24)(r7)
H A Dbook3s_hv_rmhandlers.S742 ld r24, VCPU_GPR(R24)(r4)
1317 std r24, VCPU_GPR(R24)(r9)
2130 std r24, VCPU_GPR(R24)(r3)
2241 ld r24, VCPU_GPR(R24)(r4)
/linux-4.1.27/arch/unicore32/include/asm/
H A Dthread_info.h55 __u32 r24; member in struct:cpu_context_save
/linux-4.1.27/arch/alpha/include/asm/
H A Da.out-core.h64 dump->regs[EF_T10] = pt->r24; aout_dump_thread()
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
H A Dswitchto.S76 st.q r0, (24*8), r24
158 ld.q r0, (24*8), r24
H A Dentry.S745 st.q SP, FRAME_R(24), r24
1003 ld.q SP, FRAME_R(24), r24
1768 st.q r0, 0x0c0, r24
/linux-4.1.27/arch/hexagon/include/asm/
H A Delf.h143 DEST.r24 = REGS->r24; \
H A Dprocessor.h134 unsigned long r24; member in struct:hexagon_switch_stack::__anon1419::__anon1420
/linux-4.1.27/arch/tile/kernel/vdso/
H A Dvgettimeofday.c169 "r24", "r25", "r26", "r27", "r28", "r29", "memory"); vdso_fallback_gettime()
/linux-4.1.27/arch/microblaze/include/asm/
H A Dthread_info.h47 __u32 r24; member in struct:cpu_context
/linux-4.1.27/arch/hexagon/lib/
H A Dmemcpy.S240 memd(sp+#8) = R25:24; /* save r25,r24 on stack */
539 r25:24 = memd(sp+#8); /* restore r24+r25 */
/linux-4.1.27/arch/alpha/kernel/
H A Dsignal.c181 err |= __get_user(regs->r24, sc->sc_regs+24); restore_sigcontext()
316 err |= __put_user(regs->r24, sc->sc_regs+24); setup_sigcontext()
H A Dptrace.c88 PT_REG( r24), PT_REG( r25), PT_REG( r26), PT_REG( r27),
H A Dprocess.c321 dest[24] = pt->r24; dump_elf_thread()
H A Dtraps.c90 regs->r22, regs->r23, regs->r24); dik_show_regs()
674 printk("r22= %016lx r23= %016lx r24= %016lx\n", do_entUna()
767 R(r19), R(r20), R(r21), R(r22), R(r23), R(r24), R(r25), R(r26),
/linux-4.1.27/arch/unicore32/kernel/
H A Dprocess.c145 printk(KERN_DEFAULT "r26: %08lx r25: %08lx r24: %08lx\n", __show_regs()
/linux-4.1.27/arch/score/kernel/
H A Dtraps.c131 printk("r24: %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n", show_regs()
/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dptrace.h129 unsigned long r24; /* scratch */ member in struct:pt_regs
/linux-4.1.27/drivers/net/wireless/b43/
H A Dradio_2057.c131 r20, r21, r22, r23, r24, r25, r26, r27) \
156 .radio_txmix5g_boost_tune_core1 = r24, \
H A Dradio_2056.c3040 r20, r21, r22, r23, r24, r25, r26, r27, r28, r29, \
3066 .radio_tx0_pgag_boost_tune = r24, \
/linux-4.1.27/arch/powerpc/include/asm/
H A Dppc_asm.h593 #define r24 %r24 macro
/linux-4.1.27/sound/soc/codecs/
H A Dcs42l52.c92 { CS42L52_SPKA_VOL, 0x00 }, /* r24 Speaker A Volume */
H A Dcs42l56.c102 { 36, 0x00 }, /* r24 - ALC Threshold */
H A Dcs42l73.c80 { 36, 0x00 }, /* r24 - Audio PCM Input Advisory Volume */
/linux-4.1.27/drivers/net/wireless/rt2x00/
H A Drt2500usb.c1426 rt2x00_eeprom_dbg(rt2x00dev, "BBPtune r24: 0x%04x\n", word); rt2500usb_validate_eeprom()
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilepro.c334 "r20", "r21", "r22", "r23", "r24", __netio_fastio1()
/linux-4.1.27/arch/powerpc/xmon/
H A Dxmon.c2500 "r24", "r25", "r26", "r27", "r28", "r29", "r30", "r31",
/linux-4.1.27/drivers/block/
H A Dnvme-scsi.c2389 * According to SPC-4 r24, a paramter list length field of 0 nvme_trans_mode_select()

Completed in 727 milliseconds