Lines Matching full:save
19 /* Save parent and function stack frames (rip and rbp) */
22 /* No need to save a stack frame */
26 /* Size of stack used to save mcount regs in save_mcount_regs */
57 /* Save the original rbp */
62 * is not set up properly. If fentry is used, we need to save a frame
68 /* Save the parent pointer (skip orig rbp and our return address) */
72 /* Save the return address (now skip orig rbp, rbp and parent) */
79 * We add enough stack to save all regs.
91 * Save the original RBP. Even though the mcount ABI does not
116 .macro restore_mcount_regs save=0
129 addq $MCOUNT_REG_SIZE-\save, %rsp
189 /* Save the current flags before any operations that can change them */
192 /* added 8 bytes to save flags */
201 /* Save the rest of pt_regs */
318 /* Save the return values */