/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_32_sr.S | 115 tophys(r9, r9) 137 tophys(r4, r2) 139 tophys(r4, r4)
|
D | book3s_segment.S | 30 tophys(reg, r2); \ 32 tophys(reg, reg)
|
D | book3s_rmhandlers.S | 74 1: tophys(r13, r13)
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry.S | 263 tophys(r1,r1); \ 297 tophys(r1,r1); 301 tophys(r1,r1); 429 tophys(r1,r1); 438 tophys(r1,r1); 613 tophys(r1,r1); 623 tophys(r1,r1); 655 tophys(r1,r1); /* MS: I have in r1 physical address where stack is */ 666 tophys(r1,r1); 669 tophys(r1,r1); [all …]
|
D | hw_exception_handler.S | 630 tophys(r4,r4) 640 tophys(r5,r5) 731 tophys(r4,r4) 741 tophys(r5,r5) 802 tophys(r4,r4) 812 tophys(r5,r5)
|
D | head.S | 121 tophys(r4,r4) /* convert to phys address */ 178 tophys(r4,r3) /* Load the kernel physical address */
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | head_32.S | 259 tophys(r11,r1); /* use tophys(r1) if kernel */ \ 264 tophys(r11,r11); \ 508 112: tophys(r2,r2) 582 112: tophys(r2,r2) 666 112: tophys(r2,r2) 848 tophys(r1,r1) 850 tophys(r2,r1) 856 tophys(r3,r1) 863 tophys(r4,r2) 909 tophys(r6,r6) [all …]
|
D | head_40x.S | 119 tophys(r11,r1); \ 154 tophys(r11,r11); \ 161 tophys(r11,r11); \ 309 tophys(r11, r11) 489 tophys(r11, r11) 589 tophys(r11, r11) 834 tophys(r4,r2) 861 tophys(r4,r4) 882 tophys(r5,r5) 911 tophys(r4,r3) /* Load the kernel physical address */ [all …]
|
D | swsusp_32.S | 171 tophys(r3,r10) 175 tophys(r5,r11) 177 tophys(r6,r10) 224 tophys(r11,r11)
|
D | head_8xx.S | 143 tophys(r11,r1); /* use tophys(r1) if kernel */ \ 148 tophys(r11,r11); \ 664 tophys(r4,r2) 695 tophys(r6,r6) 706 tophys(r4,r4) 724 tophys(r5,r5) 885 tophys (r4, r4)
|
D | entry_32.S | 164 tophys(r11,r11) 189 tophys(r9,r9) /* check local flags */ 643 tophys(r0,r4) 708 tophys(r3,r3) 991 tophys(r1, r1); 1258 tophys(r6,r6) 1259 tophys(r7,r1) 1273 1: tophys(r9,r1)
|
D | head_64.S | 465 tophys(r26,r26)
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | head.S | 32 #define tophys(rd,rs) \ macro 120 tophys (t1,reg) ;\ 166 tophys (r30,r1) ;\ 169 tophys (r30,r10) ;\ 178 tophys (r30,r1) ;\ 258 tophys (r31,r1) ;\ 296 tophys (r13,r15) /* MMU disabled */ 491 tophys (r31,r10) 504 tophys(r28,r24) 505 tophys(r30,r26) [all …]
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_low_32.S | 52 tophys(r7,0) /* gets -KERNELBASE into r7 */ 209 tophys(r7,0) 437 tophys(r6,r6) 500 tophys(r7,0) 654 tophys(r9,r9) 692 tophys(r9,r9)
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | sleep.S | 143 tophys(r5,r5) 146 tophys(r5,r1) 155 tophys(r3,r3) 242 tophys(r3,r3)
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | page.h | 185 #define tophys(rd, rs) addik rd, rs, 0 macro 192 #define tophys(rd, rs) \ macro
|
/linux-4.4.14/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 280 tophys(r7, r7) 364 tophys(r4, r4) 378 tophys(r3, r3)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | ppc_asm.h | 489 #define tophys(rd,rs) \ macro 499 #define tophys(rd,rs) \ macro 511 #define toreal(rd) tophys(rd,rd) 514 #define tophys(rd,rs) \ macro
|
/linux-4.4.14/arch/parisc/kernel/ |
D | entry.S | 123 tophys %r1,%r9 125 tophys %r1,%r9 138 tophys %r30,%r9
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | assembly.h | 99 .macro tophys grvirt, grphys
|