switch_to() macro

Creator
Creator
Seonglae Cho
Created
Created
2023 Sep 18 7:29
Editor
Edited
Edited
2023 Oct 25 3:52

hardware dependent optimized Assembly code

notion image

switch_to macro do (the most hardware dependent part)

  1. Switch from the kernel stack of prev to the kernel stack of next
  1. Switch from the hardware context of prev to the hardware context of next.
notion image
 
 
 
 
 
 
 
 
 

Recommendations