linux-insides icon indicating copy to clipboard operation
linux-insides copied to clipboard

vsyscall avoids CPU mode switch not context switch

Open skepticfx opened this issue 6 years ago • 0 comments

Thanks for this great Gitbook. Well written.

The vsyscalls chapter talks about context switch and switching contexts. Isn't this the actual CPU mode switch(user vs kernel mode) rather than the context switch used for switching between processes itself?

https://github.com/0xAX/linux-insides/blame/master/SysCall/linux-syscall-3.md#L27

skepticfx avatar Jul 15 '19 00:07 skepticfx