Home
last modified time | relevance | path

Searched refs:basr (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/s390/kernel/
Dbase.S15 basr %r13,0
22 basr %r14,%r1
36 basr %r13,0
42 basr %r14,%r1
56 basr %r13,0
62 basr %r14,%r1
Dhead_kdump.S26 basr %r13,0
48 basr %r14,%r14
59 basr %r13,0 # Base
77 basr %r14,%r14 # Start relocated kernel
87 basr %r13,0
Dhead64.S92 basr %r13,0 # get base
105 basr %r13,0
Drelocate_kernel.S28 basr %r13,0 # base address
49 basr %r13,0
Dmcount.S52 basr %r14,%r1
Dreipl.S78 basr %r13,0
Dhead.S298 basr %r13,0 # get base
331 basr %r14,%r3
Dentry.S59 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
Dswsusp.S203 basr %r14,%r3
/linux-4.4.14/arch/s390/kernel/vdso32/
Dclock_gettime.S23 basr %r5,0
61 basr %r5,0
124 basr %r5,0
Dgettimeofday.S23 basr %r5,0
57 basr %r5,0
Dclock_getres.S22 basr %r1,0
/linux-4.4.14/drivers/scsi/
Datari_NCR5380.c513 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 …]
DNCR5380.c410 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/
Dhead.S18 basr %r13,0 # get base
/linux-4.4.14/Documentation/s390/
DDebugging390.txt600 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