Searched refs:REST_GPR (Results 1 – 11 of 11) sorted by relevance
/arch/powerpc/boot/ |
D | crt0.S | 238 #define REST_GPR(n, base) ld n,8*(n)(base) macro 243 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base) 293 REST_GPR(2, r1) 294 REST_GPR(13, r1)
|
/arch/powerpc/kernel/ |
D | tm.S | 428 REST_GPR(0, r7) /* GPR0 */ 430 REST_GPR(4, r7) /* GPR4 */ 465 REST_GPR(6, r7) 472 REST_GPR(5, r7) 477 REST_GPR(7, r7)
|
D | optprobes_head.S | 121 REST_GPR(0,r1)
|
D | entry_64.S | 129 REST_GPR(0,r1) 970 REST_GPR(13, r1) 1219 REST_GPR(2, r1) /* Restore the TOC */ 1220 REST_GPR(13, r1) /* Restore paca */ 1299 REST_GPR(2, r1) 1300 REST_GPR(13, r1)
|
D | exceptions-64s.S | 330 REST_GPR(0, r1); \ 332 REST_GPR(10, r1); \ 339 REST_GPR(11, r1); \ 1081 REST_GPR(0, r1) 1083 REST_GPR(10, r1) 1086 REST_GPR(11, r1)
|
D | entry_32.S | 735 REST_GPR(1, r11) 742 REST_GPR(10, r11) 748 REST_GPR(9, r11) 749 REST_GPR(12, r11)
|
D | idle_book3s.S | 951 REST_GPR(2, r1)
|
/arch/powerpc/kvm/ |
D | book3s_interrupts.S | 102 REST_GPR(4, r1) 250 REST_GPR(4, r1)
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 77 #define REST_GPR(n, base) ld n,GPR0+8*(n)(base) 82 #define REST_GPR(n, base) lwz n,GPR0+4*(n)(base) 85 #define REST_NVGPRS(base) REST_GPR(13, base); REST_8GPRS(14, base); \ 93 #define REST_2GPRS(n, base) REST_GPR(n, base); REST_GPR(n+1, base)
|
/arch/powerpc/kernel/trace/ |
D | ftrace_64_mprofile.S | 136 REST_GPR(0,r1)
|
/arch/powerpc/crypto/ |
D | md5-asm.S | 52 REST_GPR(26, r1); \
|