Searched refs:r25 (Results 26 - 50 of 82) sorted by relevance

1234

/linux-master/arch/openrisc/kernel/
H A Dhead.S519 l.or r25,r0,r3 /* pointer to fdt */
648 l.lwz r3,0(r25) /* load magic from fdt into r3 */
655 l.or r25,r0,r0
658 l.or r3,r0,r25
689 CLEAR_GPR(r25)
729 l.mfspr r25,r0,SPR_UPR
730 l.andi r25,r25,SPR_UPR_PMP
731 l.sfeq r25,r0
737 tophys(r25,r
[all...]
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S125 mr r25, r4
211 and r5, r25, r10 /* Get our target PageNum */
248 tlbre r25, r23, 1 /* TLB Word 1 */
294 tlbwe r25, r3, 1
367 and r5, r25, r10 /* Physical page */
386 tlbwe r25, r3, 1
/linux-master/arch/microblaze/kernel/
H A Dmcount.S41 swi r25, r1, 88; \
72 lwi r25, r1, 88; \
H A Dasm-offsets.c55 DEFINE(PT_R25, offsetof(struct pt_regs, r25));
110 DEFINE(CC_R25, offsetof(struct cpu_context, r25));
/linux-master/arch/hexagon/include/asm/
H A Delf.h127 DEST.r25 = REGS->r25; \
/linux-master/arch/arc/include/asm/
H A Dptrace.h58 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member in struct:callee_regs
100 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member in struct:callee_regs
H A Dentry-compact.h21 * r25 contains the kernel current task ptr
102 push r25
106 pop r25
/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h164 unsigned long r25; member in struct:pt_regs::__anon306::__anon307
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h115 _r->r24 = _r->r25 = _r->r26 = _r->r27 = \
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S75 addi r9,r15,25 # check r25
76 cmpd r9,r25
H A Dswitch_endian_test.S56 addi r25, r15, 25
/linux-master/arch/powerpc/kernel/
H A Dmisc.S68 PPC_STL r25,16*SZL(r3)
96 PPC_LL r25,16*SZL(r3)
H A D85xx_entry_mapping.S99 or r25,r8,r9
100 ori r8,r25,(MAS3_SX|MAS3_SW|MAS3_SR)
203 mr r6, r25
H A Dmisc_64.S404 std r25,-56(r1)
415 lhz r25,PACAHWCPUID(r13) /* get our phys cpu from paca */
492 1: mr r3,r25 # my phys cpu
H A Dhead_44x.S120 * r25 will contain RPN/ERPN for the start address of memory
131 rlwinm r6,r25,0,28,31 /* ERPN. Bits 32-35 of Address */
132 rlwinm r7,r25,0,0,3 /* RPN - assuming 256 MB page size */
176 * r25 will contain RPN/ERPN for the start address of memory
190 rlwinm r6,r25,0,28,31 /* ERPN */
191 rlwinm r7,r25,0,0,3 /* RPN - assuming 256 MB page size */
885 * The XLAT entry is stored in r25
889 tlbre r25,r23,PPC44x_TLB_XLAT
895 mr r4,r25
1061 tlbre r25,r2
[all...]
H A Dswsusp_asm64.S101 SAVE_REGISTER(r25)
217 RESTORE_REGISTER(r25)
H A Dhead_85xx.S71 li r25,0 /* phys kernel start (low) */
78 /* Translate _stext address to physical, save in r23/r25 */
81 mr r25,r4
124 rlwinm r6,r25,0,0x3ffffff /* r6 = PHYS_START % 64M */
249 mr r6,r25
251 mr r5,r25
261 stw r25,4(r3)
263 stw r25,0(r3)
1023 mr r5,r25 /* phys kernel start */
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h14 arg1: .reg %r25
58 r25: .reg %r25
/linux-master/arch/parisc/lib/
H A Dlusercopy.S38 comib,=,n 0,%r25,$lclu_done
40 addib,<> -1,%r25,$lclu_loop
45 copy %r25,%r28
48 ldo 1(%r25),%r25
/linux-master/arch/powerpc/lib/
H A Dcopyuser_64.S437 std r25,-80(1)
454 exc; ld r25,648(4)
474 exc; std r25,656(3)
492 exc; ld r25,664(4)
533 ld r25,-80(1)
553 ld r25,-80(1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S437 std r25,-80(1)
454 exc; ld r25,648(4)
474 exc; std r25,656(3)
492 exc; ld r25,664(4)
533 ld r25,-80(1)
553 ld r25,-80(1)
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c62 regs->r25,
H A Dprocess.c80 /* r24 <- fn, r25 <- arg */
82 ss->r25 = (unsigned long)args->fn_arg;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S43 PPC_LL r25, VCPU_GPR(R25)(vcpu); \
183 PPC_STL r25, VCPU_GPR(R25)(r7)
/linux-master/arch/arc/kernel/
H A Dptrace.c135 membuf_store(&to, cregs->r25);
220 REG_IN_ONE(callee.r25, &cregs->r25);

Completed in 392 milliseconds

1234