• Home
  • Raw
  • Download

Lines Matching full:save

40 /* PACA save area offsets (exgen, exmc, etc) */
66 * in the save area so it's not necessary to overlap them. Could be used
168 mfspr r11,SPRN_##h##SRR0; /* save SRR0 */ \
176 /* If not relocatable, we can jump directly -- and save messing with LR */
178 mfspr r11,SPRN_##h##SRR0; /* save SRR0 */ \
189 * rfid. Save LR in case we're CONFIG_RELOCATABLE, in which case
193 SET_SCRATCH0(r13); /* save r13 */ \
229 * we need to use CTR to get to the 2nd level handler. So, save/restore it
243 * PPR save/restore macros used in exceptions_64s.S
276 * Save a register to the PACA if the CPU has the given feature
285 std r9,area+EX_R9(r13); /* save r9 */ \
288 std r10,area+EX_R10(r13); /* save r10 - r12 */ \
329 mfspr r11,SPRN_##h##SRR0; /* save SRR0 */ \
343 mfspr r11,SPRN_##h##SRR0; /* save SRR0 */ \
355 SET_SCRATCH0(r13); /* save r13 */ \
483 std r9,_CCR(r1); /* save CR in stackframe */ \
484 std r11,_NIP(r1); /* save SRR0 in stackframe */ \
485 std r12,_MSR(r1); /* save SRR1 in stackframe */ \
487 std r0,GPR0(r1); /* save r0 in stackframe */ \
488 std r10,GPR1(r1); /* save r1 in stackframe */ \
503 mr r10,r1; /* Save r1 */ \
523 /* Save original regs values from save area to stack frame. */
543 std r2,GPR2(r1); /* save r2 in stackframe */ \
544 SAVE_4GPRS(3, r1); /* save r3 - r6 in stackframe */ \
545 SAVE_2GPRS(7, r1); /* save r7, r8 in stackframe */ \
546 mflr r9; /* Get LR, later save to stack */ \
550 mfspr r11,SPRN_XER; /* save XER in stackframe */ \
634 SET_SCRATCH0(r13); /* save r13 */ \
654 SET_SCRATCH0(r13); /* save r13 */ \