Searched refs:basr (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/s390/kernel/ |
D | base.S | 15 basr %r13,0 22 basr %r14,%r1 36 basr %r13,0 42 basr %r14,%r1 56 basr %r13,0 62 basr %r14,%r1
|
D | head_kdump.S | 26 basr %r13,0 48 basr %r14,%r14 59 basr %r13,0 # Base 77 basr %r14,%r14 # Start relocated kernel 87 basr %r13,0
|
D | head64.S | 92 basr %r13,0 # get base 105 basr %r13,0
|
D | relocate_kernel.S | 28 basr %r13,0 # base address 49 basr %r13,0
|
D | mcount.S | 52 basr %r14,%r1
|
D | reipl.S | 78 basr %r13,0
|
D | head.S | 298 basr %r13,0 # get base 331 basr %r14,%r3
|
D | entry.S | 59 basr %r2,%r0 66 basr %r2,%r0 295 basr %r14,%r9 # call sys_xxxx 433 basr %r14,%r9 # call sys_xxx 522 basr %r14,%r1 # branch to interrupt-handler 960 1: basr %r14,%r1 # call function
|
D | swsusp.S | 203 basr %r14,%r3
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | clock_gettime.S | 23 basr %r5,0 61 basr %r5,0 124 basr %r5,0
|
D | gettimeofday.S | 23 basr %r5,0 57 basr %r5,0
|
D | clock_getres.S | 22 basr %r1,0
|
/linux-4.4.14/drivers/scsi/ |
D | atari_NCR5380.c | 513 unsigned char status, data, basr, mr, icr, i; in NCR5380_print() local 521 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 527 printk("\nBASR: %02x ", basr); in NCR5380_print() 529 if (basr & basrs[i].mask) in NCR5380_print() 1203 unsigned char basr; in NCR5380_intr() local 1208 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 1209 dprintk(NDEBUG_INTR, "scsi%d: BASR=%02x\n", HOSTNO, basr); in NCR5380_intr() 1211 if (basr & BASR_IRQ) { in NCR5380_intr() 1218 } else if (basr & BASR_PARITY_ERROR) { in NCR5380_intr() 1238 ((basr & BASR_END_DMA_TRANSFER) || in NCR5380_intr() [all …]
|
D | NCR5380.c | 410 unsigned char status, data, basr, mr, icr, i; in NCR5380_print() local 417 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 423 printk("\nBASR: %02x ", basr); in NCR5380_print() 425 if (basr & basrs[i].mask) in NCR5380_print() 1107 unsigned char basr; in NCR5380_intr() local 1118 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 1120 if (basr & BASR_IRQ) { in NCR5380_intr() 1127 } else if (basr & BASR_PARITY_ERROR) { in NCR5380_intr() 1141 …if ((NCR5380_read(MODE_REG) & MR_DMA) && ((basr & BASR_END_DMA_TRANSFER) || !(basr & BASR_PHASE_MA… in NCR5380_intr() 1161 …dprintk(NDEBUG_INTR, "scsi : unknown interrupt, BASR 0x%X, MR 0x%X, SR 0x%x\n", basr, NCR5380_read… in NCR5380_intr()
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | head.S | 18 basr %r13,0 # get base
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 600 4) The basr ( branch relative & save ) trick works as follows the instruction 609 400380: 0d d0 basr %r13,%r0 # Set up pointer to constant pool using 610 400382: a7 da ff fa ahi %r13,-6 # basr trick 631 40039e: 0d d0 basr %r13,%r0 # Set up r13 to point to 663 40051a: 0d e1 basr %r14,%r1
|