Lines Matching full:saved
41 * For simplicity, assume that anything that needs the callee-saved regs
45 .macro TDX_MODULE_CALL host:req ret=0 saved=0
59 .if \saved
62 * assume that anything needs the callee-saved regs also tramples
65 /* Save those callee-saved GPRs as mandated by the x86_64 ABI */
86 .endif /* \saved */
108 .if \saved
136 .endif /* \saved */
147 .if \saved && \ret
181 .if \saved
182 /* Restore callee-saved GPRs as mandated by the x86_64 ABI */
188 .endif /* \saved */
211 .if \ret && \saved