/linux-2.6.39/arch/s390/kernel/ |
D | base.S | 16 basr %r13,0 23 basr %r14,%r1 37 basr %r13,0 43 basr %r14,%r1 57 basr %r13,0 63 basr %r14,%r1 82 basr %r13,0 89 basr %r14,%r1 104 basr %r13,0 110 basr %r14,%r1 [all …]
|
D | head31.S | 21 basr %r13,0 # get base 43 basr %r14,%r14 92 _stext: basr %r13,0 # get base 103 basr %r14,%r14 # call start_kernel 107 basr %r13,0
|
D | entry.S | 64 basr %r2,%r0 66 basr %r14,%r1 70 basr %r2,%r0 72 basr %r14,%r1 84 basr %r14,%r1 150 basr %r14,%r14 202 basr %r1,0 257 basr %r14,%r8 # call sys_xxxx 317 basr %r14,%r1 # call do_signal 367 basr %r14,%r1 [all …]
|
D | switch_cpu.S | 26 basr %r13,0 38 basr %r13,0 51 basr %r14,%r14 /* Call function */
|
D | mcount.S | 40 basr %r14,%r14 69 basr %r14,%r2
|
D | head64.S | 90 _stext: basr %r13,0 # get base 103 basr %r13,0
|
D | relocate_kernel.S | 27 basr %r13,0 # base address 44 basr %r13,0
|
D | relocate_kernel64.S | 28 basr %r13,0 # base address 49 basr %r13,0
|
D | switch_cpu64.S | 47 basr %r14,%r14 /* Call function */
|
D | mcount64.S | 36 basr %r14,%r14
|
D | entry64.S | 67 basr %r14,%r3 74 basr %r2,%r0 79 basr %r2,%r0 272 basr %r14,%r8 # call sys_xxxx 385 basr %r14,%r8 # call sys_xxx 485 basr %r14,%r1 # branch to interrupt-handler 534 basr %r14,%r1 # branch to interrupt-handler 827 basr %r1,0 855 basr %r1,0
|
D | reipl.S | 16 do_reipl_asm: basr %r13,0
|
D | sclp.S | 31 basr %r13,0 # get base register 144 basr %r13,0 # get base register 204 basr %r13,0 # get base register
|
D | reipl64.S | 15 do_reipl_asm: basr %r13,0
|
D | swsusp_asm64.S | 193 basr %r14,%r3
|
/linux-2.6.39/arch/s390/boot/compressed/ |
D | head31.S | 18 basr %r13,0 # get base 24 basr %r14,%r1
|
D | head64.S | 18 basr %r13,0 # get base
|
/linux-2.6.39/arch/s390/kernel/vdso32/ |
D | clock_gettime.S | 22 basr %r5,0 62 basr %r5,0 105 basr %r5,0
|
D | gettimeofday.S | 22 basr %r5,0 55 basr %r5,0
|
D | clock_getres.S | 28 basr %r1,0
|
/linux-2.6.39/drivers/scsi/ |
D | sun3_NCR5380.c | 567 unsigned char status, data, basr, mr, icr, i; in NCR5380_print() local 575 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 581 printk("\nBASR: %02x ", basr); in NCR5380_print() 583 if (basr & basrs[i].mask) in NCR5380_print() 1264 unsigned char basr; in NCR5380_intr() local 1269 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 1270 INT_PRINTK("scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr() 1272 if (basr & BASR_IRQ) { in NCR5380_intr() 1281 else if (basr & BASR_PARITY_ERROR) { in NCR5380_intr() 1303 ((basr & BASR_END_DMA_TRANSFER) || in NCR5380_intr() [all …]
|
D | atari_NCR5380.c | 567 unsigned char status, data, basr, mr, icr, i; in NCR5380_print() local 575 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 581 printk("\nBASR: %02x ", basr); in NCR5380_print() 583 if (basr & basrs[i].mask) in NCR5380_print() 1283 unsigned char basr; in NCR5380_intr() local 1288 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 1289 INT_PRINTK("scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr() 1291 if (basr & BASR_IRQ) { in NCR5380_intr() 1299 } else if (basr & BASR_PARITY_ERROR) { in NCR5380_intr() 1319 ((basr & BASR_END_DMA_TRANSFER) || in NCR5380_intr() [all …]
|
D | NCR5380.c | 421 unsigned char status, data, basr, mr, icr, i; in NCR5380_print() local 428 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 434 printk("\nBASR: %02x ", basr); in NCR5380_print() 436 if (basr & basrs[i].mask) in NCR5380_print() 1166 unsigned char basr; in NCR5380_intr() local 1177 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 1179 if (basr & BASR_IRQ) { in NCR5380_intr() 1186 } else if (basr & BASR_PARITY_ERROR) { in NCR5380_intr() 1200 …if ((NCR5380_read(MODE_REG) & MR_DMA) && ((basr & BASR_END_DMA_TRANSFER) || !(basr & BASR_PHASE_MA… in NCR5380_intr() 1220 …dprintk(NDEBUG_INTR, ("scsi : unknown interrupt, BASR 0x%X, MR 0x%X, SR 0x%x\n", basr, NCR5380_rea… in NCR5380_intr()
|
/linux-2.6.39/Documentation/s390/ |
D | Debugging390.txt | 568 4) The basr ( branch relative & save ) trick works as follows the instruction 577 400380: 0d d0 basr %r13,%r0 # Set up pointer to constant pool using 578 400382: a7 da ff fa ahi %r13,-6 # basr trick 599 40039e: 0d d0 basr %r13,%r0 # Set up r13 to point to 631 40051a: 0d e1 basr %r14,%r1
|