/linux-6.6.21/arch/parisc/kernel/ |
D | pacache.S | 319 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 …]
|
D | syscall.S | 121 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 608 depdi 0, 31, 32, %r26 615 1: ldw 0(%r26), %r28 616 2: stbys,e %r0, 0(%r26) [all …]
|
D | real2.S | 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) 135 POP_CR(%cr24, %r26) [all …]
|
D | perf_asm.S | 41 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 ; set bit 69 mtctl %r26,ccr ; turn on performance coprocessor 72 andcm %r26,%r25,%r26 ; clear bit now 74 mtctl %r26,ccr ; turn off performance coprocessor
|
D | entry.S | 114 STREG %r26,PT_GR26(%r9) 128 STREG %r26,PT_GR26(%r9) 625 or %r26,%r0,\pte 742 LDREG TASK_PT_GR25(%r1), %r26 767 STREG %r2, TASK_PT_KPC(%r26) 770 STREG %r30, TASK_PT_KSP(%r26) 782 copy %r26, %r28 882 copy %r16, %r26 /* struct pt_regs *regs */ 1000 copy %r29, %r26 /* arg0 is pt_regs */ 1021 copy %r8,%r26 [all …]
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | unistd.h | 70 #define K_LOAD_ARGS_1(r26) \ argument 71 register unsigned long __r26 __asm__("r26") = (unsigned long)(r26); \ 73 #define K_LOAD_ARGS_2(r26,r25) \ argument 75 K_LOAD_ARGS_1(r26) 76 #define K_LOAD_ARGS_3(r26,r25,r24) \ argument 78 K_LOAD_ARGS_2(r26,r25) 79 #define K_LOAD_ARGS_4(r26,r25,r24,r23) \ argument 81 K_LOAD_ARGS_3(r26,r25,r24) 82 #define K_LOAD_ARGS_5(r26,r25,r24,r23,r22) \ argument 84 K_LOAD_ARGS_4(r26,r25,r24,r23) [all …]
|
D | asmregs.h | 15 arg0: .reg %r26 59 r26: .reg %r26
|
/linux-6.6.21/arch/alpha/kernel/ |
D | signal.c | 158 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; in setup_rt_frame() local [all …]
|
D | process.c | 254 childstack->r26 = (unsigned long) ret_from_kernel_thread; in copy_thread() 278 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread() 317 dest[26] = pt->r26; in dump_elf_thread()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | head_64.S | 571 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,(_stext - 0b)@ha 587 addi r26,r26,(_stext - 0b)@l /* current runtime base addr */ 605 mr r3,r26 617 mr r8,r26 629 lwz r7,(FIXED_SYMBOL_ABS_ADDR(__run_at_load))(r26) 631 mr r25,r26 /* then use current kernel base */ [all …]
|
D | idle_book3s.S | 73 std r26,-8*14(r1) 118 ld r26,-8*14(r1) 181 std r26,-8*14(r1)
|
D | misc_64.S | 403 std r26,-48(r1) 414 mr r26,r8 /* copy_with_mmu_off */ 429 cmpdi r26,0 438 cmpdi r26,0
|
D | misc.S | 69 PPC_STL r26,17*SZL(r3) 97 PPC_LL r26,17*SZL(r3)
|
/linux-6.6.21/arch/csky/abiv2/ |
D | mcount.S | 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
|
/linux-6.6.21/tools/testing/selftests/powerpc/pmu/ebb/ |
D | busy_loop.S | 24 std r26, 64(%r1) 73 li r26, 0x2626 74 std r26, -264(%r1) 133 cmpwi r26, 0x2626 168 li r26, 0xad 236 ld r26, -264(%r1) 237 cmpwi r26, 0x2626 264 ld r26, 64(%r1)
|
/linux-6.6.21/arch/alpha/include/uapi/asm/ |
D | ptrace.h | 37 unsigned long r26; member 66 unsigned long r26; member
|
/linux-6.6.21/tools/testing/selftests/powerpc/include/ |
D | gpr_asm.h | 17 std r26,(top_pos - 40)(%r1); \ 37 ld r26,(top_pos - 40)(%r1); \ 82 ld r26,96(r3)
|
/linux-6.6.21/arch/openrisc/kernel/ |
D | head.S | 561 CLEAR_GPR(r26) 569 l.mfspr r26,r0,SPR_COREID 570 l.sfeq r26,r0 592 LOAD_SYMBOL_2_GPR(r26, _end) 594 tophys(r30,r26) 596 CLEAR_GPR(r26) 690 CLEAR_GPR(r26) 829 l.andi r26,r24,SPR_UPR_ICP 830 l.sfeq r26,r0 847 l.andi r26,r24,SPR_ICCFGR_CBS [all …]
|
/linux-6.6.21/arch/ia64/kernel/ |
D | ivt.S | 127 extr.u r26=r25,2,6 129 cmp.ne p8,p0=r18,r26 130 sub r27=r26,r18 226 ld8 r26=[r17] // read *pmd again 232 cmp.ne.or.andcm p6,p7=r26,r20 // did *pmd change 401 mov r26=PERCPU_PAGE_SIZE 412 (p10) sub r19=r19,r26 555 (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only update if page is present 558 (p6) cmp.eq p6,p7=r26,r18 // Only compare if page is present 621 (p6) cmpxchg8.acq r26=[r17],r25,ar.ccv // Only if page present [all …]
|
D | minstate.h | 54 mov r26=ar.pfs; /* I */ \ 115 st8 [r17]=r26,16; /* save ar.pfs */ \ 185 .mem.offset 0,0; st8.spill [r2]=r26,16; \ 228 dep.z r17=r26,0,62; \
|
/linux-6.6.21/arch/hexagon/kernel/ |
D | head.S | 75 r26 = lsr(r1, #22); /* / 4M = # of entries */ define 88 loop0(1f,r26); 149 loop0(1f,r26)
|
/linux-6.6.21/Documentation/translations/zh_CN/arch/parisc/ |
D | registers.rst | 122 r1,r2,r19-r26,r28,r29 & r31可以在不保存它们的情况下被使用。当然,如果你 140 r23-r26:
|
/linux-6.6.21/arch/arc/include/asm/ |
D | ptrace.h | 40 unsigned long r26; /* gp */ member 72 unsigned long r26; /* gp */ member
|
D | unwind.h | 40 unsigned long r26; member 99 PTREGS_INFO(r26), \
|
/linux-6.6.21/arch/loongarch/power/ |
D | suspend_asm.S | 27 st.d $r26, sp, PT_R26 48 ld.d $r26, sp, PT_R26
|