Lines Matching refs:rsp
206 * rsp
215 * rsp->rax }
231 movq %rsp, PER_CPU_VAR(cpu_tss_rw + TSS_sp2)
232 movq PER_CPU_VAR(cpu_current_top_of_stack), %rsp
247 * in XEN pv would cause %rsp to move up to the top of the kernel stack and
248 * leave the IRET frame below %rsp, which is dangerous to be corrupted if #NMI
259 addq $8, %rsp /* skip regs->orig_ax */
267 * - kernel rsp
270 * rsp
275 * rsp->rcx
289 movq $__USER_DS, 4*8(%rsp)
290 movq $__USER_CS, 1*8(%rsp)
308 movq $__USER32_DS, 4*8(%rsp)
309 movq $__USER32_CS, 1*8(%rsp)
329 movq $__USER32_DS, 4*8(%rsp)
330 movq $__USER32_CS, 1*8(%rsp)
340 lea 16(%rsp), %rsp /* strip %rcx, %r11 */