Lines Matching refs:rsp
223 movq stack_start(%rip), %rsp
306 movq stack_start(%rip),%rsp
333 # 104(%rsp) %rflags
334 # 96(%rsp) %cs
335 # 88(%rsp) %rip
336 # 80(%rsp) error code
342 pushq $i # 72(%rsp) Vector number
356 cmpl $2,(%rsp) # X86_TRAP_NMI
363 pushq %rax # 64(%rsp)
364 pushq %rcx # 56(%rsp)
365 pushq %rdx # 48(%rsp)
366 pushq %rsi # 40(%rsp)
367 pushq %rdi # 32(%rsp)
368 pushq %r8 # 24(%rsp)
369 pushq %r9 # 16(%rsp)
370 pushq %r10 # 8(%rsp)
371 pushq %r11 # 0(%rsp)
373 cmpl $__KERNEL_CS,96(%rsp)
376 cmpl $14,72(%rsp) # Page fault?
384 leaq 88(%rsp),%rdi # Pointer to %rip
392 movl 80(%rsp),%r8d # error code
393 movl 72(%rsp),%esi # vector number
394 movl 96(%rsp),%edx # %cs
395 movq 88(%rsp),%rcx # %rip
404 movq 40(%rsp),%rsi # %rip again
423 addq $16,%rsp # drop vector number and error code