/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 …]
|
/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 */
|
/linux/arch/powerpc/kernel/ |
H A D | head_book3s_32.S | 829 tophys(r2,r2) 831 tophys(r1,r2) 837 tophys(r3,r1) 845 tophys(r4,r2) 894 tophys(r6,r6) 902 tophys(r3,r3) 949 tophys(r4,r2) 985 tophys(r4,r4) 1005 tophys(r5, r5) 1074 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) 525 tophys(r4,r2) 539 tophys(r6,r6) 567 tophys(r4,r4) 607 tophys(r5,r5)
|
H A D | rtas_entry.S | 22 tophys(r6,r6)
|
H A D | switch.S | 143 tophys(r0,r4)
|
/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 | 81 112: tophys(r5, r5) 519 tophys (r8, r2)
|
/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)
|
/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
|
/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)
|
/linux/arch/powerpc/platforms/83xx/ |
H A D | suspend-asm.S | 288 tophys(r7, r7) 372 tophys(r4, r4) 386 tophys(r3, r3)
|
/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 532 * toreal/fromreal/tophys/tovirt macros. 32-bit BookE makes them 545 * these macros, which use rs = 0 to get the tophys offset in rd, rather than 549 #define tophys(rd,rs) \ 559 #define tophys(rd,rs) \ 567 #define toreal(rd) tophys(rd,rd) 570 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
|
/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 549 #define tophys(rd,rs) \ 559 #define tophys(rd,rs) \ 567 #define toreal(rd) tophys(rd,rd) 570 #define tophys(rd, rs) addis rd, rs, -PAGE_OFFSET@h
|
/linux/arch/parisc/include/asm/ |
H A D | assembly.h | 104 .macro tophys grvirt, grphys
|