I am reading the linux source code (4.4.45, but should be the same in another version) about initializing the page table at startup, and the code below confused me.
In particular, I read about how to initialize early_level4_pgt. Here is the piece of code in x86_64 , link
source
share