/linux-2.4.37.9/arch/sh64/lib/ |
D | checksum.S | 422 andi r2, 2, r26 /* check if source it's */ 423 beq r26, ZERO, t0 /* long aligned */ 431 ld.w r2, 0, r26 /* r26: data to be checksummed*/ 432 st.w r3, 0, r26 /* fill data into DST */ 433 add r5, r26, r5 434 or ZERO, ZERO, r26 435 mshflo.l r5, r26, r26 437 add r5, r26, r5 /* Add eventual "carry" */ 444 or ZERO, ZERO, r26 /* Clean up r26 */ 451 ld.l r24, 0, r26 /* r26: data to be checksummed*/ [all …]
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | pacache.S | 311 stw %r19,0(%r26) 312 stw %r20,4(%r26) 313 stw %r21,8(%r26) 314 stw %r22,12(%r26) 319 stw %r19,16(%r26) 320 stw %r20,20(%r26) 321 stw %r21,24(%r26) 322 stw %r22,28(%r26) 327 stw %r19,32(%r26) 328 stw %r20,36(%r26) [all …]
|
D | real2.S | 126 load32 PA(save_cr_space + (N_SAVED_REGS * REG_SZ)), %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)
|
D | perf_asm.S | 39 mfctl ccr,%r26 ; get coprocessor register 40 or %r25,%r26,%r26 ; set bit 41 mtctl %r26,ccr ; turn on performance coprocessor 45 andcm %r26,%r25,%r26 ; clear bit now 46 mtctl %r26,ccr ; turn off performance coprocessor 65 mfctl ccr,%r26 ; get coprocessor register 66 or %r25,%r26,%r26 ; set bit 67 mtctl %r26,ccr ; turn on performance coprocessor 70 andcm %r26,%r25,%r26 ; clear bit now 72 mtctl %r26,ccr ; turn off performance coprocessor
|
D | entry.S | 153 STREG %r26,PT_GR26(%r9) 165 STREG %r26,PT_GR26(%r9) 523 ldd 24(%r26), %r2 525 ldd 16(%r26), %r26 527 STREG %r26, PT_GR26(%r1) /* Store function & argument for child */ 529 ldo CLONE_VM(%r0), %r26 /* Force CLONE_VM since only init_mm */ 530 or %r26, %r24, %r26 /* will have kernel mappings. */ 559 LDREG TASK_PT_GR25-TASK_SZ_ALGN(%r30), %r26 571 ldi 0, %r26 579 STREG %r26, PT_GR26(%r16) [all …]
|
D | syscall.S | 55 mtctl %r26, %cr27 /* move arg0 to the control register */ 82 depdi 0, 31, 32, %r26 119 STREG %r26, TASK_PT_GR26(%r1) /* 1st argument */ 256 LDREG TASK_PT_GR26(%r1), %r26 /* Restore the users args */
|
/linux-2.4.37.9/arch/parisc/lib/ |
D | lusercopy.S | 71 1: stbs,ma %r1,1(%sr1,%r26) 112 stbs,ma %r1,1(%r26) 121 stbs,ma %r0,1(%r26) 153 stbs,ma %r1,1(%r26) 195 1: stbs,ma %r0,1(%sr1,%r26) 229 copy %r26,%r24 231 1: ldbs,ma 1(%sr1,%r26),%r1 235 2: ldbs,ma 1(%sr1,%r26),%r1 238 sub %r26,%r24,%r28 243 ldo 1(%r26),%r26 /* special case for N == 0 */ [all …]
|
/linux-2.4.37.9/arch/ppc64/lib/ |
D | copypage.S | 20 std r26,-48(1) 53 ld r26,392(4) 71 std r26,408(3) 115 ld r26,-48(1)
|
D | copyuser.S | 375 std r26,-72(1) 409 40: ld r26,392(4) 427 58: std r26,408(3) 473 ld r26,-72(1) 492 ld r26,-72(1)
|
/linux-2.4.37.9/arch/alpha/kernel/ |
D | signal.c | 259 sw->r26 = (unsigned long) ret_from_sys_call; in restore_sigcontext() 287 err |= __get_user(regs->r26, sc->sc_regs+26); in restore_sigcontext() 422 err |= __put_user(regs->r26, sc->sc_regs+26); in setup_sigcontext() 445 unsigned long oldsp, r26, err = 0; in setup_frame() local 464 r26 = (unsigned long) ka->ka_restorer; in setup_frame() 470 r26 = (unsigned long) frame->retcode; in setup_frame() 478 regs->r26 = r26; in setup_frame() 487 current->comm, current->pid, frame, regs->pc, regs->r26); in setup_frame() 502 unsigned long oldsp, r26, err = 0; in setup_rt_frame() local 528 r26 = (unsigned long) ka->ka_restorer; in setup_rt_frame() [all …]
|
D | process.c | 219 printk("rp: [<%016lx>] sp: %p\n", regs->r26, regs+1); in show_regs() 229 regs->r23, regs->r24, regs->r25, regs->r26); in show_regs() 329 childstack->r26 = (unsigned long) ret_from_fork; in copy_thread() 386 dump->regs[EF_RA] = pt->r26; in dump_thread() 435 dest[26] = pt->r26; in dump_elf_thread()
|
/linux-2.4.37.9/arch/ia64/sn/fakeprom/ |
D | fpromasm.S | 106 shl r26=r25,28;; // Align local cpu# to lid.eid 108 or r26=r26,r27;; // build the LID 118 shl r26=r25,16;; // Align local cpu# to lid.eid 120 or r26=r26,r27;; // build the LID 122 mov cr.lid=r26 // Now put in in the LID register 179 mov r32=r26
|
/linux-2.4.37.9/include/asm-parisc/ |
D | unistd.h | 745 #define K_LOAD_ARGS_1(r26) \ argument 746 register unsigned long __r26 __asm__("r26") = (unsigned long)r26; \ 748 #define K_LOAD_ARGS_2(r26,r25) \ argument 750 K_LOAD_ARGS_1(r26) 751 #define K_LOAD_ARGS_3(r26,r25,r24) \ argument 753 K_LOAD_ARGS_2(r26,r25) 754 #define K_LOAD_ARGS_4(r26,r25,r24,r23) \ argument 756 K_LOAD_ARGS_3(r26,r25,r24) 757 #define K_LOAD_ARGS_5(r26,r25,r24,r23,r22) \ argument 759 K_LOAD_ARGS_4(r26,r25,r24,r23) [all …]
|
D | asmregs.h | 28 arg0: .reg %r26 72 r26: .reg %r26
|
/linux-2.4.37.9/include/asm-alpha/ |
D | ptrace.h | 36 unsigned long r26; member 65 unsigned long r26; member
|
/linux-2.4.37.9/arch/parisc/hpux/ |
D | wrappers.S | 100 ldi SIGCHLD,%r26 158 stw %r26,PT_GR26(%r1) 176 ldw TASK_PT_GR26(%r1),%r26 195 ldo -56(%r30),%r26 /* pass local array to hpux_pipe */
|
/linux-2.4.37.9/arch/ia64/sn/kernel/ |
D | sn_ivt.S | 64 shr.u r26=r16,61 // region number 68 cmp.eq p10,p11=7,r26 // p11 <- region 7 (else p10 <- !0 => region 6)
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | ivt.S | 135 extr.u r26=r25,2,6 137 cmp.eq p8,p0=HPAGE_SHIFT,r26 202 ld8 r26=[r17] // read L2 entry again 204 cmp.ne p6,p7=r26,r20 // did L2 entry change 509 cmpxchg8.acq r26=[r17],r25,ar.ccv 512 cmp.eq p6,p7=r26,r18 568 cmpxchg8.acq r26=[r17],r25,ar.ccv 571 cmp.eq p6,p7=r26,r18 616 cmpxchg8.acq r26=[r17],r25,ar.ccv 619 cmp.eq p6,p7=r26,r18 [all …]
|
D | minstate.h | 101 mov r26=ar.pfs; \ 144 st8 [r16]=r26,16; /* save ar.pfs */ \ 213 .mem.offset 0,0; st8.spill [r2]=r26,16; \
|
D | entry.S | 157 shr.u r26=r20,IA64_GRANULE_SHIFT 166 (p6) cmp.eq p7,p6=r26,r27 198 mov IA64_KR(CURRENT_STACK)=r26 // remember last page we mapped... 268 mov r26=b5 277 st8 [r15]=r26,16 // save b5 349 ld8 r26=[r3],16 // restore b5 397 mov b5=r26 651 ld8 r26=[r16],16 // load ar.pfs 797 ld8.fill r26=[r3],16 830 ld8 r26=[r16],16 // load ar.pfs [all …]
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | head.S | 1504 mr r26,r8 /* YABOOT: debug_print() routine */ 1556 mr r8,r26 1583 mr r26,r3 1588 sub r4,r27,r26 /* source addr */ 1608 sub r5,r5,r26 1986 mr r26,r3 1994 sub r6,r6,r26 /* addr of the variable systemcfg */ 2000 sub r6,r6,r26 /* addr of the variable naca */ 2041 sub r3,r3,r26 2049 sub r3,r3,r26 [all …]
|
/linux-2.4.37.9/arch/sh64/mm/ |
D | Makefile | 37 -ffixed-r24 -ffixed-r25 -ffixed-r26 -ffixed-r27 \
|
/linux-2.4.37.9/include/asm-sh64/ |
D | registers.h | 68 #define GVDT r26
|
/linux-2.4.37.9/Documentation/parisc/ |
D | registers | 89 r1,r2,r19-r26,r28,r29 & r31 can be used without saving them first. And of 108 r23-r26: these are arg3-arg0, i.e. you can use them if you
|
/linux-2.4.37.9/include/asm-ia64/ |
D | ptrace.h | 145 unsigned long r26; /* scratch */ member
|