Home
last modified time | relevance | path

Searched refs:r26 (Results 1 - 25 of 190) sorted by relevance

12345678

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dpacache.S320 std %r0, 0(%r26)
321 std %r0, 8(%r26)
322 std %r0, 16(%r26)
323 std %r0, 24(%r26)
324 std %r0, 32(%r26)
325 std %r0, 40(%r26)
326 std %r0, 48(%r26)
327 std %r0, 56(%r26)
328 std %r0, 64(%r26)
329 std %r0, 72(%r26)
[all...]
H A Dreal2.S99 b,l restore_control_regs, %r2 /* modifies r1, r2, r26 */
139 load32 PA(save_cr_end), %r26
140 POP_CR(%cr15, %r26)
141 POP_CR(%cr31, %r26)
142 POP_CR(%cr30, %r26)
143 POP_CR(%cr29, %r26)
144 POP_CR(%cr28, %r26)
145 POP_CR(%cr27, %r26)
146 POP_CR(%cr26, %r26)
147 POP_CR(%cr25, %r26)
[all...]
H A Dsyscall.S94 mtctl %r26, %cr27 /* move arg0 to the control register */
122 depdi 0, 31, 32, %r26
183 STREG %r26, TASK_PT_GR26(%r1) /* 1st argument */
317 copy %r2,%r26
333 LDREG TASK_PT_GR26(%r1), %r26 /* Restore the users args */
393 ldo TASK_REGS(%r1),%r26
416 ldo TASK_REGS(%r1),%r26
433 - %r26, %r25, %r24, %r23, %r22
521 %r26 - Address to examine
564 depdi 0, 31, 32, %r26
[all...]
H A Dperf_asm.S41 mfctl ccr,%r26 ; get coprocessor register
42 or %r25,%r26,%r26 ; set bit
43 mtctl %r26,ccr ; turn on performance coprocessor
47 andcm %r26,%r25,%r26 ; clear bit now
48 mtctl %r26,ccr ; turn off performance coprocessor
67 mfctl ccr,%r26 ; get coprocessor register
68 or %r25,%r26,%r26 ; se
[all...]
H A Dentry.S94 * we can save %r26 and %r29. %r26 is used to preserve
98 * the rfir in virt_map. We use %r26 since this value winds
122 STREG %r26,PT_GR26(%r9)
136 STREG %r26,PT_GR26(%r9)
595 * To use the alias page, you set %r26 up with the to TLB
639 * Check "subtle" note in pacache.S re: r23/r26.
647 or %r26,%r0,\pte
760 LDREG TASK_PT_GR25(%r1), %r26
785 STREG %r2, TASK_PT_KPC(%r26)
[all...]
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dpacache.S319 std %r0, 0(%r26)
320 std %r0, 8(%r26)
321 std %r0, 16(%r26)
322 std %r0, 24(%r26)
323 std %r0, 32(%r26)
324 std %r0, 40(%r26)
325 std %r0, 48(%r26)
326 std %r0, 56(%r26)
327 std %r0, 64(%r26)
328 std %r0, 72(%r26)
[all...]
H A Dsyscall.S121 mtctl %r26, %cr27 /* move arg0 to the control register */
149 depdi 0, 31, 32, %r26
209 STREG %r26, TASK_PT_GR26(%r1) /* 1st argument */
342 copy %r2,%r26
357 LDREG TASK_PT_GR26(%r1), %r26 /* Restore the users args */
416 ldo TASK_REGS(%r1),%r26
437 ldo TASK_REGS(%r1),%r26
454 - %r26, %r25, %r24, %r23, %r22
570 %r26 - Address to examine
608 depdi 0, 31, 32, %r26
[all...]
H A Dreal2.S86 b,l restore_control_regs, %r2 /* modifies r1, r2, r26 */
126 load32 PA(save_cr_end), %r26
127 POP_CR(%cr15, %r26)
128 POP_CR(%cr31, %r26)
129 POP_CR(%cr30, %r26)
130 POP_CR(%cr29, %r26)
131 POP_CR(%cr28, %r26)
132 POP_CR(%cr27, %r26)
133 POP_CR(%cr26, %r26)
134 POP_CR(%cr25, %r26)
[all...]
H A Dperf_asm.S41 mfctl ccr,%r26 ; get coprocessor register
42 or %r25,%r26,%r26 ; set bit
43 mtctl %r26,ccr ; turn on performance coprocessor
47 andcm %r26,%r25,%r26 ; clear bit now
48 mtctl %r26,ccr ; turn off performance coprocessor
67 mfctl ccr,%r26 ; get coprocessor register
68 or %r25,%r26,%r26 ; se
[all...]
H A Dentry.S89 * we can save %r26 and %r29. %r26 is used to preserve
93 * the rfir in virt_map. We use %r26 since this value winds
114 STREG %r26,PT_GR26(%r9)
128 STREG %r26,PT_GR26(%r9)
582 * To use the alias page, you set %r26 up with the to TLB
621 * Check "subtle" note in pacache.S re: r23/r26.
625 or %r26,%r0,\pte
627 /* convert phys addr in \pte (from r23 or r26) to tlb insert format */
742 LDREG TASK_PT_GR25(%r1), %r26
[all...]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dunistd.h39 registers r20 -> r26 will conflict with the list so they
74 #define K_LOAD_ARGS_1(r26) \
75 register unsigned long __r26 __asm__("r26") = (unsigned long)(r26); \
77 #define K_LOAD_ARGS_2(r26,r25) \
79 K_LOAD_ARGS_1(r26)
80 #define K_LOAD_ARGS_3(r26,r25,r24) \
82 K_LOAD_ARGS_2(r26,r25)
83 #define K_LOAD_ARGS_4(r26,r25,r24,r23) \
85 K_LOAD_ARGS_3(r26,r2
[all...]
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dunistd.h39 registers r20 -> r26 will conflict with the list so they
70 #define K_LOAD_ARGS_1(r26) \
71 register unsigned long __r26 __asm__("r26") = (unsigned long)(r26); \
73 #define K_LOAD_ARGS_2(r26,r25) \
75 K_LOAD_ARGS_1(r26)
76 #define K_LOAD_ARGS_3(r26,r25,r24) \
78 K_LOAD_ARGS_2(r26,r25)
79 #define K_LOAD_ARGS_4(r26,r25,r24,r23) \
81 K_LOAD_ARGS_3(r26,r2
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhead_64.S157 li r26,0
159 tovirt(r26,r26)
162 100: ld r12,(ABS_ADDR(__secondary_hold_spinloop))(r26)
494 0: mflr r26 /* r26 = runtime addr here */
495 addis r26,r26,(_stext - 0b)@ha
496 addi r26,r26,(_stex
[all...]
H A Didle_book3s.S73 std r26,-8*14(r1)
118 ld r26,-8*14(r1)
181 std r26,-8*14(r1)
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dmcount.S98 /* r26 is link register, only used with jsri translation */
99 lrw r26, ftrace_trace_function
100 ldw r26, (r26, 0)
102 cmpne r26, a1
111 jsr r26
171 lrw r26, prepare_ftrace_return
172 jsr r26
/kernel/linux/linux-6.6/arch/csky/abiv2/
H A Dmcount.S98 /* r26 is link register, only used with jsri translation */
99 lrw r26, ftrace_trace_function
100 ldw r26, (r26, 0)
102 cmpne r26, a1
111 jsr r26
171 lrw r26, prepare_ftrace_return
172 jsr r26
/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Dsignal.c157 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
185 err |= __get_user(regs->r26, sc->sc_regs+26); in restore_sigcontext()
308 err |= __put_user(regs->r26, sc->sc_regs+26); in setup_sigcontext()
330 unsigned long oldsp, r26, err = 0; in setup_frame() local
344 r26 = (unsigned long) ksig->ka.ka_restorer; in setup_frame()
345 if (!r26) { in setup_frame()
350 r26 = (unsigned long) frame->retcode; in setup_frame()
358 regs->r26 = r26; in setup_frame()
367 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame()
375 unsigned long oldsp, r26, err = 0; setup_rt_frame() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dsignal.c158 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext()
186 err |= __get_user(regs->r26, sc->sc_regs+26); in restore_sigcontext()
309 err |= __put_user(regs->r26, sc->sc_regs+26); in setup_sigcontext()
331 unsigned long oldsp, r26, err = 0; in setup_frame() local
345 r26 = (unsigned long) ksig->ka.ka_restorer; in setup_frame()
346 if (!r26) { in setup_frame()
351 r26 = (unsigned long) frame->retcode; in setup_frame()
359 regs->r26 = r26; in setup_frame()
368 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame()
376 unsigned long oldsp, r26, err = 0; setup_rt_frame() local
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhead_64.S571 0: mflr r26 /* r26 = runtime addr here */
572 addis r26,r26,(_stext - 0b)@ha
573 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */
585 0: mflr r26 /* r26 = runtime addr here */
586 addis r26,r26,(_stex
[all...]
H A Didle_book3s.S73 std r26,-8*14(r1)
118 ld r26,-8*14(r1)
181 std r26,-8*14(r1)
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Dlusercopy.S57 1: stbs,ma %r0,1(%sr1,%r26)
80 copy %r26,%r24
82 1: ldbs,ma 1(%sr1,%r26),%r1
86 2: ldbs,ma 1(%sr1,%r26),%r1
89 sub %r26,%r24,%r28
93 ldo 1(%r26),%r26 /* special case for N == 0 */
96 copy %r24,%r26 /* reset r26 so 0 is returned on fault */
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dptrace.h37 unsigned long r26; member
66 unsigned long r26; member
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Dptrace.h37 unsigned long r26; member
66 unsigned long r26; member
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H A Dgpr_asm.h17 std r26,(top_pos - 40)(%r1); \
37 ld r26,(top_pos - 40)(%r1); \
82 ld r26,96(r3) variable
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dgpr_asm.h17 std r26,(top_pos - 40)(%r1); \
37 ld r26,(top_pos - 40)(%r1); \
82 ld r26,96(r3) variable

Completed in 11 milliseconds

12345678