Searched refs:basr (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/s390/boot/ |
D | head_kdump.S | 27 basr %r13,0 49 basr %r14,%r14 60 basr %r13,0 # Base 78 basr %r14,%r14 # Start relocated kernel 88 basr %r13,0
|
D | head.S | 299 basr %r13,0 # get base
|
/Linux-v4.19/arch/s390/kernel/ |
D | base.S | 20 basr %r13,0 41 basr %r13,0 61 basr %r13,0
|
D | relocate_kernel.S | 30 basr %r13,0 # base address
|
D | head64.S | 63 basr %r13,0
|
D | entry.S | 68 basr %r2,%r0 75 basr %r2,%r0 1210 1: basr %r14,%r1 # call function
|
/Linux-v4.19/arch/s390/kernel/vdso32/ |
D | clock_gettime.S | 23 basr %r5,0 61 basr %r5,0 147 basr %r5,0
|
D | gettimeofday.S | 23 basr %r5,0 76 basr %r5,0
|
D | clock_getres.S | 20 basr %r1,0
|
/Linux-v4.19/arch/s390/boot/compressed/ |
D | head.S | 19 basr %r13,0 # get base
|
/Linux-v4.19/arch/s390/purgatory/ |
D | head.S | 87 basr %r13,0 163 basr %r13,0
|
/Linux-v4.19/drivers/scsi/ |
D | NCR5380.c | 274 unsigned char status, data, basr, mr, icr, i; in NCR5380_print() local 280 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_print() 286 printk(KERN_CONT "\nBASR = 0x%02x : ", basr); in NCR5380_print() 288 if (basr & basrs[i].mask) in NCR5380_print() 841 unsigned char basr; in NCR5380_intr() local 846 basr = NCR5380_read(BUS_AND_STATUS_REG); in NCR5380_intr() 847 if (basr & BASR_IRQ) { in NCR5380_intr() 852 irq, basr, sr, mr); in NCR5380_intr()
|
/Linux-v4.19/arch/s390/include/asm/ |
D | nospec-insn.h | 190 basr \rsave,\rtarget
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 18 0d basr RR_RR
|