/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_32_sr.S | 115 tophys(r9, r9) 137 tophys(r4, r2) 139 tophys(r4, r4)
|
D | book3s_segment.S | 33 tophys(reg, r2); \ 35 tophys(reg, reg)
|
D | book3s_rmhandlers.S | 78 1: tophys(r13, r13)
|
/Linux-v4.19/arch/microblaze/kernel/ |
D | entry.S | 273 tophys(r1,r1); \ 307 tophys(r1,r1); 311 tophys(r1,r1); 439 tophys(r1,r1); 448 tophys(r1,r1); 623 tophys(r1,r1); 633 tophys(r1,r1); 665 tophys(r1,r1); /* MS: I have in r1 physical address where stack is */ 676 tophys(r1,r1); 679 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-v4.19/arch/openrisc/kernel/ |
D | head.S | 33 #define tophys(rd,rs) \ macro 167 tophys (t1,reg) ;\ 172 tophys (t1,reg) ;\ 180 tophys (r30,r1) ;\ 189 tophys (r30,r1) ;\ 235 tophys (r30,r10) ;\ 244 tophys (r30,r1) ;\ 328 tophys (r30,r1) ;\ 366 tophys (r13,r15) /* MMU disabled */ 571 tophys (r31,r10) [all …]
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | head_32.S | 261 tophys(r11,r1); /* use tophys(r1) if kernel */ \ 266 tophys(r11,r11); \ 509 112: tophys(r2,r2) 583 112: tophys(r2,r2) 667 112: tophys(r2,r2) 846 tophys(r1,r1) 848 tophys(r2,r1) 854 tophys(r3,r1) 861 tophys(r4,r2) 905 tophys(r6,r6) [all …]
|
D | head_40x.S | 121 tophys(r11,r1); \ 156 tophys(r11,r11); \ 163 tophys(r11,r11); \ 311 tophys(r11, r11) 491 tophys(r11, r11) 591 tophys(r11, r11) 836 tophys(r4,r2) 863 tophys(r4,r4) 884 tophys(r5,r5) 913 tophys(r4,r3) /* Load the kernel physical address */ [all …]
|
D | swsusp_32.S | 173 tophys(r3,r10) 177 tophys(r5,r11) 179 tophys(r6,r10) 226 tophys(r11,r11)
|
D | entry_32.S | 174 tophys(r11,r11) 190 tophys(r9, r9) 205 tophys(r9,r9) /* check local flags */ 704 tophys(r0,r4) 771 tophys(r3,r3) 1060 tophys(r1, r1); 1327 tophys(r6,r6) 1328 tophys(r7,r1) 1342 1: tophys(r9,r1)
|
D | head_8xx.S | 124 tophys(r11,r1); /* use tophys(r1) if kernel */ \ 129 tophys(r11,r11); \ 711 tophys(r11, r10) 865 tophys(r4,r2) 876 tophys(r6,r6) 901 tophys(r4,r4) 917 tophys(r5,r5)
|
D | head_64.S | 591 tophys(r26,r26)
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hash_low_32.S | 53 tophys(r7,0) /* gets -KERNELBASE into r7 */ 210 tophys(r7,0) 438 tophys(r6,r6) 501 tophys(r7,0) 656 tophys(r9,r9) 694 tophys(r9,r9)
|
/Linux-v4.19/arch/powerpc/platforms/powermac/ |
D | sleep.S | 144 tophys(r5,r5) 147 tophys(r5,r1) 156 tophys(r3,r3) 243 tophys(r3,r3)
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | page.h | 186 #define tophys(rd, rs) addik rd, rs, 0 macro 193 #define tophys(rd, rs) \ macro
|
/Linux-v4.19/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 280 tophys(r7, r7) 364 tophys(r4, r4) 378 tophys(r3, r3)
|
/Linux-v4.19/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 465 #define tophys(rd,rs) \ macro 475 #define tophys(rd,rs) \ macro 487 #define toreal(rd) tophys(rd,rd) 490 #define tophys(rd,rs) \ macro
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | ppc_asm.h | 465 #define tophys(rd,rs) \ macro 475 #define tophys(rd,rs) \ macro 487 #define toreal(rd) tophys(rd,rd) 490 #define tophys(rd,rs) \ macro
|
/Linux-v4.19/arch/parisc/kernel/ |
D | entry.S | 133 tophys %r1,%r9 135 tophys %r1,%r9 148 tophys %r30,%r9
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | assembly.h | 101 .macro tophys grvirt, grphys
|