/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb_handler.S | 65 #define SAVE_GPR(n) std n,GPR_SAVE(n)(r1) macro 104 SAVE_GPR(0) 113 SAVE_GPR(2) 114 SAVE_GPR(3) 115 SAVE_GPR(4) 116 SAVE_GPR(5) 117 SAVE_GPR(6) 118 SAVE_GPR(7) 119 SAVE_GPR(8) 120 SAVE_GPR(9) [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | poly1305-p10le_64.S | 64 .macro SAVE_GPR GPR OFFSET FRAME macro 97 SAVE_GPR 14, 112, 1 98 SAVE_GPR 15, 120, 1 99 SAVE_GPR 16, 128, 1 100 SAVE_GPR 17, 136, 1 101 SAVE_GPR 18, 144, 1 102 SAVE_GPR 19, 152, 1 103 SAVE_GPR 20, 160, 1 104 SAVE_GPR 21, 168, 1 105 SAVE_GPR 22, 176, 1 [all …]
|
H A D | chacha-p10le-8x.S | 50 .macro SAVE_GPR GPR OFFSET FRAME macro 83 SAVE_GPR 14, 112, 1 84 SAVE_GPR 15, 120, 1 85 SAVE_GPR 16, 128, 1 86 SAVE_GPR 17, 136, 1 87 SAVE_GPR 18, 144, 1 88 SAVE_GPR 19, 152, 1 89 SAVE_GPR 20, 160, 1 90 SAVE_GPR 21, 168, 1 91 SAVE_GPR 22, 176, 1 [all …]
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | tm.S | 56 SAVE_GPR(6, r1) 60 SAVE_GPR(7, r1) 73 SAVE_GPR(10, r1) /* final MSR value */ 273 SAVE_GPR(2, r1) 274 SAVE_GPR(6, r1) 275 SAVE_GPR(7, r1) 283 SAVE_GPR(10, r1) /* final MSR value */
|
H A D | book3s_32_sr.S | 132 SAVE_GPR(12, r1)
|
H A D | book3s_interrupts.S | 71 SAVE_GPR(3, r1)
|
H A D | book3s_hv_rmhandlers.S | 2558 SAVE_GPR(2, r1) 2559 SAVE_GPR(3, r1) 2560 SAVE_GPR(4, r1) 2561 SAVE_GPR(5, r1)
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | prom_entry_64.S | 34 SAVE_GPR(2, r1) 35 SAVE_GPR(13, r1)
|
H A D | optprobes_head.S | 44 SAVE_GPR(0,r1)
|
H A D | entry_32.S | 115 SAVE_GPR(2, r1) 121 SAVE_GPR(0, r1)
|
H A D | rtas_entry.S | 67 SAVE_GPR(2, r1) /* Save the TOC */
|
H A D | exceptions-64e.S | 369 SAVE_GPR(0, r1); /* save r0 in stackframe */ \ 377 SAVE_GPR(12, r1); /* save r12 in stackframe */ \ 1055 SAVE_GPR(0, r1); /* save r0 in stackframe */ \ 1062 SAVE_GPR(12, r1); /* save r12 in stackframe */ \
|
H A D | tm.S | 228 SAVE_GPR(0, r7) /* user r0 */
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | test_emulate_step_exec_instr.S | 99 SAVE_GPR(0, r3) 100 SAVE_GPR(2, r3)
|
/openbmc/linux/arch/powerpc/kernel/trace/ |
H A D | ftrace_entry.S | 43 SAVE_GPR(0, r1) 56 SAVE_GPR(2, r1) 60 SAVE_GPR(14, r1)
|
/openbmc/u-boot/include/ |
H A D | ppc_asm.tmpl | 139 #define SAVE_GPR(n, base) stw n,GPR0+4*(n)(base) 140 #define SAVE_2GPRS(n, base) SAVE_GPR(n, base); SAVE_GPR(n+1, base)
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | crt0.S | 253 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base) macro 264 SAVE_GPR(2, r1)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/ |
H A D | start.S | 274 SAVE_GPR(7, r21)
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | ppc_asm.h | 74 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/ |
H A D | start.S | 495 SAVE_GPR(7, r21)
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | ppc_asm.h | 74 #define SAVE_GPR(n, base) SAVE_GPRS(n, n, base)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
H A D | start.S | 435 SAVE_GPR(7, r21)
|
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/ |
H A D | start.S | 1304 SAVE_GPR(7, r21)
|