Searched refs:REST_GPRS (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | entry_32.S | 172 REST_GPRS(3, 12, r1) 265 REST_GPRS(1, 6, r11) 330 REST_GPRS(7, 12, r1) 337 REST_GPRS(2, 6, r1) 371 REST_GPRS(7, 12, r1) 383 REST_GPRS(2, 5, r1) 458 REST_GPRS(2, 8, r1); \ 477 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 | 201 REST_GPRS(2, 9, r1) 219 REST_GPRS(10, 12, r1)
|
A D | exceptions-64s.S | 712 REST_GPRS(2, 13, r1)
|
/linux-6.3-rc2/arch/powerpc/kernel/trace/ |
A D | ftrace_mprofile.S | 127 REST_GPRS(2, 31, r1) 129 REST_GPRS(3, 10, r1)
|
/linux-6.3-rc2/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)
|
/linux-6.3-rc2/arch/powerpc/lib/ |
A D | test_emulate_step_exec_instr.S | 78 REST_GPRS(2, 12, r31)
|
/linux-6.3-rc2/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)
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/primitives/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)
|
/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | sha1-powerpc-asm.S | 186 REST_GPRS(14, 31, r1)
|
A D | md5-asm.S | 44 REST_GPRS(14, 26, r1); /* pop registers from stack */ \
|
Completed in 22 milliseconds