Lines Matching full:save
18 /* Save parent and function stack frames (rip and rbp) */
21 /* No need to save a stack frame */
25 /* Size of stack used to save mcount regs in save_mcount_regs */
56 /* Save the original rbp */
61 * is not set up properly. If fentry is used, we need to save a frame
67 /* Save the parent pointer (skip orig rbp and our return address) */
71 /* Save the return address (now skip orig rbp, rbp and parent) */
78 * We add enough stack to save all regs.
90 * Save the original RBP. Even though the mcount ABI does not
115 .macro restore_mcount_regs save=0
128 addq $MCOUNT_REG_SIZE-\save, %rsp
192 /* Save the current flags before any operations that can change them */
195 /* added 8 bytes to save flags */
203 /* Save the rest of pt_regs */
340 /* Save the return values */