On Sun, Nov 11, 2018 at 6:04 PM Carter Cheng <carterch...@gmail.com> wrote:
> I am wondering how the compiler divines which stack to use for function calls 
> and placement of locals and arguments when a function call is made inside the 
> kernel since the kernel has multiple call stacks. Are function calls handled 
> manually inside kernel code or is there something special inside the compiler 
> for handling this?

I think this link can answer your question...

https://stackoverflow.com/questions/12911841/kernel-stack-and-user-space-stack

-- 
Augusto Mecking Caringi

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to