Searched refs:REST_GPRS (Results 1 – 11 of 11) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | entry_32.S | 169 REST_GPRS(3, 12, r1) 220 REST_GPRS(1, 6, r11) 282 REST_GPRS(7, 12, r1) 289 REST_GPRS(2, 6, r1) 320 REST_GPRS(7, 12, r1) 332 REST_GPRS(2, 5, r1) 390 REST_GPRS(2, 8, r1); \ 408 REST_GPRS(9, 12, r1); \
|
| A D | interrupt_64.S | 144 REST_GPRS(4, 8, r1) 154 REST_GPRS(2, 3, r1) 174 REST_GPRS(2, 13, r1) 348 REST_GPRS(2, 3, r1) 361 REST_GPRS(4, 12, r1) 493 REST_GPRS(7, 13, r1) 500 REST_GPRS(2, 6, r1) 648 REST_GPRS(7, 12, r1) 660 REST_GPRS(2, 5, r1)
|
| A D | tm.S | 445 REST_GPRS(2, 4, r7) /* GPR2-4 */ 446 REST_GPRS(8, 12, r7) /* GPR8-12 */ 447 REST_GPRS(14, 31, r7) /* GPR14-31 */
|
| A D | optprobes_head.S | 14 #define REST_30GPRS(base) REST_GPRS(2, 31, base)
|
| A D | exceptions-64e.S | 202 REST_GPRS(2, 9, r1) 221 REST_GPRS(10, 12, r1)
|
| A D | exceptions-64s.S | 712 REST_GPRS(2, 13, r1)
|
| /arch/powerpc/kernel/trace/ |
| A D | ftrace_entry.S | 223 REST_GPRS(2, 31, r1) 225 REST_GPRS(3, 10, r1) 307 REST_GPRS(11, 12, r1)
|
| /arch/powerpc/boot/ |
| A D | crt0.S | 252 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, 0 macro 254 #define REST_GPR(n, base) REST_GPRS(n, n, base) 300 REST_GPRS(13, 31, r1)
|
| /arch/powerpc/lib/ |
| A D | test_emulate_step_exec_instr.S | 78 REST_GPRS(2, 12, r31)
|
| /arch/powerpc/include/asm/ |
| A D | ppc_asm.h | 56 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, GPR0 macro 58 #define REST_NVGPRS(base) REST_GPRS(14, 31, base) 61 #define REST_GPRS(start, end, base) OP_REGS lwz, 4, start, end, base, GPR0 63 #define REST_NVGPRS(base) REST_GPRS(13, 31, base) 75 #define REST_GPR(n, base) REST_GPRS(n, n, base)
|
| /arch/powerpc/crypto/ |
| A D | md5-asm.S | 44 REST_GPRS(14, 26, r1); /* pop registers from stack */ \
|
Completed in 20 milliseconds