Lines Matching full:save
20 /* Save parent and function stack frames (rip and rbp) */
23 /* No need to save a stack frame */
27 /* Size of stack used to save mcount regs in save_mcount_regs */
58 /* Save the original rbp */
63 * is not set up properly. If fentry is used, we need to save a frame
69 /* Save the parent pointer (skip orig rbp and our return address) */
73 /* Save the return address (now skip orig rbp, rbp and parent) */
80 * We add enough stack to save all regs.
92 * Save the original RBP. Even though the mcount ABI does not
117 .macro restore_mcount_regs save=0 argument
130 addq $MCOUNT_REG_SIZE-\save, %rsp
200 /* Save the current flags before any operations that can change them */
203 /* added 8 bytes to save flags */
214 /* Save the rest of pt_regs */
353 /* Save the return values */