Home > Mobile >  How does kernel_thread_helper pass parameters to kernel thread function using inline assembly?
How does kernel_thread_helper pass parameters to kernel thread function using inline assembly?

Time:07-29

I'm reading about the source code of linux kernel of version 2.6.11 and getting confused about the inline-assembly kernel_thread_helper in arch/i386/kernel/process.c.

Following is the assembly code. Initially, register

  • Related