/linux-6.1.9/arch/openrisc/kernel/ |
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 …]
|
/linux-6.1.9/arch/microblaze/kernel/ |
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 …]
|
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)
|
D | head.S | 116 tophys(r4,r4) /* convert to phys address */ 173 tophys(r4,r3) /* Load the kernel physical address */
|
/linux-6.1.9/arch/powerpc/mm/book3s32/ |
D | nohash_low.S | 25 tophys(r9,r9) 57 tophys(r9,r9)
|
D | hash_low.S | 76 112: tophys(r5, r5) 511 tophys (r8, r2)
|
/linux-6.1.9/arch/powerpc/kernel/ |
D | head_40x.S | 306 tophys(r11, r11) 390 tophys(r11, r11) 597 tophys(r4,r2) 627 tophys(r4,r4) 648 tophys(r5,r5) 677 tophys(r4,r3) /* Load the kernel physical address */ 710 tophys(r0,r4) /* Use the physical address */
|
D | head_book3s_32.S | 837 tophys(r2,r2) 839 tophys(r1,r2) 845 tophys(r3,r1) 853 tophys(r4,r2) 901 tophys(r6,r6) 909 tophys(r3,r3) 955 tophys(r4,r2) 991 tophys(r4,r4) 1011 tophys(r5, r5) 1079 tophys(r4, r4) [all …]
|
D | swsusp_32.S | 216 tophys(r3,r10) 220 tophys(r5,r11) 222 tophys(r6,r10) 269 tophys(r11,r11)
|
D | head_8xx.S | 411 tophys(r11, r10) 529 tophys(r4,r2) 543 tophys(r6,r6) 571 tophys(r4,r4) 607 tophys(r5,r5)
|
D | rtas_entry.S | 22 tophys(r6,r6)
|
D | entry_32.S | 236 tophys(r0,r4) 444 tophys(r1, r1);
|
D | head_64.S | 595 tophys(r26,r26)
|
/linux-6.1.9/arch/powerpc/platforms/powermac/ |
D | sleep.S | 185 tophys(r5,r5) 188 tophys(r5,r11) 197 tophys(r3,r3) 278 tophys(r3,r3)
|
/linux-6.1.9/arch/parisc/kernel/ |
D | toc_asm.S | 21 tophys %r1,%r2 /* task_struct */
|
D | entry.S | 87 tophys %r1,%r9 /* task_struct */ 104 tophys %r30,%r9
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_segment.S | 22 tophys(reg, r2); \ 24 tophys(reg, reg)
|
D | book3s_rmhandlers.S | 67 1: tophys(r13, r13)
|
D | book3s_32_sr.S | 104 tophys(r9, r9)
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | page.h | 129 #define tophys(rd, rs) \ macro
|
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/ |
D | ppc_asm.h | 472 #define tophys(rd,rs) \ 482 #define tophys(rd,rs) \ 490 #define toreal(rd) tophys(rd,rd) 493 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | ppc_asm.h | 472 #define tophys(rd,rs) \ 482 #define tophys(rd,rs) \ 490 #define toreal(rd) tophys(rd,rd) 493 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
|
/linux-6.1.9/arch/powerpc/platforms/83xx/ |
D | suspend-asm.S | 287 tophys(r7, r7) 371 tophys(r4, r4) 385 tophys(r3, r3)
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | assembly.h | 106 .macro tophys grvirt, grphys
|