Walk through Kernel Page Table Entries
by c01ahib from LinuxQuestions.org on (#53DWA)
I am trying to disable cache for Kernel space. To do so, I would like to modify flags in the page table entries (PTE) of the Kernel. I found examples for walks through PTE of user space:
https://stackoverflow.com/questions/...le-entry-flags
https://stackoverflow.com/questions/...age-table-walk, and
https://stackoverflow.com/questions/...ory-management
Does anyone know how to walk through Kernel Page Table Entries?


https://stackoverflow.com/questions/...le-entry-flags
https://stackoverflow.com/questions/...age-table-walk, and
https://stackoverflow.com/questions/...ory-management
Does anyone know how to walk through Kernel Page Table Entries?