How does SYSCALL save the userspace RSP?
On a x86 CPU running in long mode, how is the user-mode $RSP value saved after the SYSCALL
instruction by the kernel’s handler function?
On a x86 CPU running in long mode, how is the user-mode $RSP value saved after the SYSCALL
instruction by the kernel’s handler function?