Searched refs:REST_GPRS (Results 1 – 12 of 12) sorted by relevance
/arch/powerpc/kernel/ |
D | entry_32.S | 172 REST_GPRS(4, 11, r1) 266 2: REST_GPRS(3, 6, r11) 268 REST_GPRS(1, 2, r11) 333 REST_GPRS(7, 12, r1) 340 REST_GPRS(2, 6, r1) 374 REST_GPRS(7, 12, r1) 386 REST_GPRS(2, 5, r1) 462 REST_GPRS(3, 8, r1); \
|
D | interrupt_64.S | 169 REST_GPRS(2, 3, r1) 189 REST_GPRS(2, 13, r1) 379 REST_GPRS(2, 3, r1) 392 REST_GPRS(4, 12, r1) 521 REST_GPRS(7, 13, r1) 528 REST_GPRS(2, 6, r1) 625 REST_GPRS(7, 12, r1) 637 REST_GPRS(2, 5, r1)
|
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 */
|
D | optprobes_head.S | 14 #define REST_30GPRS(base) REST_GPRS(2, 31, base)
|
D | exceptions-64e.S | 201 REST_GPRS(2, 9, r1)
|
D | exceptions-64s.S | 695 REST_GPRS(2, 13, r1)
|
/arch/powerpc/boot/ |
D | crt0.S | 239 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, 0 macro 241 #define REST_GPR(n, base) REST_GPRS(n, n, base) 287 REST_GPRS(13, 31, r1)
|
/arch/powerpc/lib/ |
D | test_emulate_step_exec_instr.S | 78 REST_GPRS(2, 12, r31)
|
/arch/powerpc/kernel/trace/ |
D | ftrace_64_mprofile.S | 116 REST_GPRS(2, 31, r1) 203 REST_GPRS(3, 10, r1)
|
/arch/powerpc/include/asm/ |
D | ppc_asm.h | 42 #define REST_GPRS(start, end, base) OP_REGS ld, 8, start, end, base, GPR0 44 #define REST_NVGPRS(base) REST_GPRS(14, 31, base) 47 #define REST_GPRS(start, end, base) OP_REGS lwz, 4, start, end, base, GPR0 49 #define REST_NVGPRS(base) REST_GPRS(13, 31, base) 53 #define REST_GPR(n, base) REST_GPRS(n, n, base)
|
/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 186 REST_GPRS(14, 31, r1)
|
D | md5-asm.S | 44 REST_GPRS(14, 26, r1); /* pop registers from stack */ \
|