All the functions updating the page table entries must be able to deal
with pages of different sizes across an entire range of memory. That's
why the loops and iterators previously used had to be updated to support
incrementing each iteration with a dynamic page size.
All the functions updating the page table entries must be able to deal with pages of different sizes across an entire range of memory. That's why the loops and iterators previously used had to be updated to support incrementing each iteration with a dynamic page size.