/openbmc/linux/arch/openrisc/kernel/ |
H A D | head.S | 29 #define tophys(rd,rs) \ macro 163 tophys (t1,reg) ;\ 168 tophys (t1,reg) ;\ 176 tophys (r30,r1) ;\ 185 tophys (r30,r1) ;\ 231 tophys (r30,r10) ;\ 240 tophys (r30,r1) ;\ 301 tophys (r3,r9) ;\ 308 tophys (r3,r9) ;\ 314 tophys (r3,r9) ;\ [all …]
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | entry.S | 275 tophys(r1,r1); \ 347 tophys(r1,r1); 351 tophys(r1,r1); 479 tophys(r1,r1); 488 tophys(r1,r1); 663 tophys(r1,r1); 673 tophys(r1,r1); 705 tophys(r1,r1); /* MS: I have in r1 physical address where stack is */ 716 tophys(r1,r1); 719 tophys(r1,r1); [all …]
|
H A D | hw_exception_handler.S | 518 tophys(r4,r4) 528 tophys(r5,r5) 619 tophys(r4,r4) 629 tophys(r5,r5) 690 tophys(r4,r4) 700 tophys(r5,r5)
|
H A D | head.S | 116 tophys(r4,r4) /* convert to phys address */ 173 tophys(r4,r3) /* Load the kernel physical address */
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | head_40x.S | 307 tophys(r11, r11) 391 tophys(r11, r11) 598 tophys(r4,r2) 628 tophys(r4,r4) 649 tophys(r5,r5) 678 tophys(r4,r3) /* Load the kernel physical address */ 711 tophys(r0,r4) /* Use the physical address */
|
H A D | head_book3s_32.S | 838 tophys(r2,r2) 840 tophys(r1,r2) 846 tophys(r3,r1) 854 tophys(r4,r2) 903 tophys(r6,r6) 911 tophys(r3,r3) 958 tophys(r4,r2) 994 tophys(r4,r4) 1014 tophys(r5, r5) 1083 tophys(r4, r4) [all …]
|
H A D | swsusp_32.S | 218 tophys(r3,r10) 222 tophys(r5,r11) 224 tophys(r6,r10) 271 tophys(r11,r11)
|
H A D | head_8xx.S | 412 tophys(r11, r10) 530 tophys(r4,r2) 544 tophys(r6,r6) 572 tophys(r4,r4) 608 tophys(r5,r5)
|
H A D | switch.S | 143 tophys(r0,r4)
|
H A D | rtas_entry.S | 22 tophys(r6,r6)
|
H A D | entry_32.S | 405 tophys(r1, r1);
|
/openbmc/linux/arch/powerpc/mm/book3s32/ |
H A D | nohash_low.S | 25 tophys(r9,r9) 57 tophys(r9,r9)
|
H A D | hash_low.S | 76 112: tophys(r5, r5) 511 tophys (r8, r2)
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | sleep.S | 185 tophys(r5,r5) 188 tophys(r5,r11) 197 tophys(r3,r3) 278 tophys(r3,r3)
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | toc_asm.S | 21 tophys %r1,%r2 /* task_struct */
|
H A D | entry.S | 106 tophys %r1,%r9 /* task_struct */ 123 tophys %r30,%r9
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_segment.S | 22 tophys(reg, r2); \ 24 tophys(reg, reg)
|
H A D | book3s_rmhandlers.S | 67 1: tophys(r13, r13)
|
H A D | book3s_32_sr.S | 104 tophys(r9, r9)
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | page.h | 115 #define tophys(rd, rs) \ macro
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 529 #define tophys(rd,rs) \ 539 #define tophys(rd,rs) \ 547 #define toreal(rd) tophys(rd,rd) 550 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 529 #define tophys(rd,rs) \ 539 #define tophys(rd,rs) \ 547 #define toreal(rd) tophys(rd,rd) 550 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
|
/openbmc/linux/arch/powerpc/platforms/83xx/ |
H A D | suspend-asm.S | 287 tophys(r7, r7) 371 tophys(r4, r4) 385 tophys(r3, r3)
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | assembly.h | 104 .macro tophys grvirt, grphys
|